cristoferz / zladder

Ladder engine for running on arduino platforms
MIT License
0 stars 0 forks source link

Memory structures for configuration #7

Open cristoferz opened 5 years ago

cristoferz commented 5 years ago

Implement the memory structures for configuration, the process of loading values from EEPROM on startup and the setup process needed for changing the real port configuration on Arduino.

This issue depends on #1 for reading the EEPROM, since it is not fully defined.