m-mcgowan / spark-flashee-eeprom

Eeprom emulation using external flash on Particle devices. Includes unit tests cross compiled to regular gcc, and on-device integration tests.
GNU Affero General Public License v3.0
34 stars 8 forks source link

Add String to flashee interface #5

Open m-mcgowan opened 10 years ago

m-mcgowan commented 10 years ago

Writing using the String class is much more convenient than using character pointers, especially when reading data from flash.

This can be added to both the device interface and the stream interface.