-->
Page 1 of 1

SPIFFS writing

PostPosted: Mon Mar 07, 2016 12:48 am
by mspguy
Hi. I want to periodically write to a file in SPIFFS but I have a questions:

1) How do I write raw bytes/words?
the docs: https://github.com/esp8266/Arduino/blob ... ile-object mention tangentially that println is a supported method. They also mention that all Stream methods are implemented. I assume this means the arduino Stream methods. The arduino docs (https://www.arduino.cc/en/Reference/Stream) in turn only mention read methods for stream but say it also inherits from the Print class, but I don't see documents anywhere for the Print class.