billroy / bitlash

Bitlash: a programmable command shell for arduino
http://bitlash.net
MIT License
341 stars 73 forks source link

Can't change eeprom size without changing bitlash code #16

Open Drachenkaetzchen opened 10 years ago

Drachenkaetzchen commented 10 years ago

When using bitlash in a project, I have to change the library's code in order to set the start/end offset for the EEPROM. While this works more or less fine when using bitlash in a single project, it becomes unmanageable when I use bitlash in more than one project, where I would need to adjust the #defines back and forth.