Added comments

This commit is contained in:
Benoit Blanchon
2014-11-06 14:48:14 +01:00
parent e7864c9566
commit 885e35e892
2 changed files with 36 additions and 4 deletions

View File

@@ -10,6 +10,8 @@
namespace ArduinoJson {
namespace Internals {
// A Print implementation that allows to write in a char[]
class StringBuilder : public Print {
public:
StringBuilder(char *buf, int size)