waggle-sensor / wagman

The Waggle Manager (Wagman), a custom circuit board and control system for Wild Waggle Nodes
1 stars 3 forks source link

Formalize EEPROM layout #17

Open seanshahkarami opened 7 years ago

seanshahkarami commented 7 years ago

The exposing some of these parameters is simple, but tedious and error prone. Ideally, we should have a spec file which generates the associated code and documentation automatically. Further, it could do checks for overlapping regions, odd alignments or going out of EEPROM bounds.

This would make iterating on this issue much easier, too.