Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By mspguy
#42593 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.