Closed kakopappa closed 4 months ago
Closing as off topic since the Print
class is not implemented in this repository, but instead in https://github.com/arduino/ArduinoCore-API.
We already have a request in that repository: https://github.com/arduino/ArduinoCore-API/issues/32
I noticed Serial does not support
Serial.printf
. This is what I have done so far. could be wrong Please correct me if I am wrong here.in
Print.h
size_t printf(const char *format, ...);
in
Print.cpp