Nixes / iotHubLib

a library for the esp8266 arduino platform that allows easy writing of sensor node programs for the iotHub platform
0 stars 1 forks source link

Save current sensor config to file system #1

Closed Nixes closed 8 years ago

Nixes commented 8 years ago

Use this: https://github.com/esp8266/Arduino/blob/master/doc/filesystem.md

Nixes commented 8 years ago

Going to use eeprom libs instead, this should make it easier to port to other arduino platforms in the future.

Nixes commented 8 years ago

complete since 19th