Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 248 Bytes

File metadata and controls

6 lines (4 loc) · 248 Bytes

ArduinoSettings

Having a settings file on an Arduino can be handy. Store settings in a TXT-file on SD-card and load it in your Arduino project.

This project is vastly improved by Baku89: https://github.com/baku89/ArduinoSettings/