mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
Moved .h files to include/
This commit is contained in:
20
include/ArduinoJson/Internals/EscapedString.h
Normal file
20
include/ArduinoJson/Internals/EscapedString.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Arduino JSON library
|
||||
* Benoit Blanchon 2014 - MIT License
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Arduino/Print.h"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
||||
namespace Internals
|
||||
{
|
||||
class EscapedString
|
||||
{
|
||||
public:
|
||||
static size_t printTo(const char*, Print*);
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user