We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c514c commit 4cfef03Copy full SHA for 4cfef03
cores/arduino/Print.h
@@ -86,6 +86,8 @@ class Print
86
size_t println(double, int = 2);
87
size_t println(const Printable&);
88
size_t println(void);
89
+ String base64_encode(const String &input);
90
+ String base64_decode(const String &input);
91
92
virtual void flush() { /* Empty implementation for backward compatibility */ }
93
};
0 commit comments