LED OFF Mode
New/Added
Added LED Off Mode. This turns off all led blinken lights and heightens the WAF.
Refactored the source code. Changed #define-statements to enums. Added transitional state to state machine. Changed naming of states to make their function clearer. Moved EEPROM code to its own file.
Fixed Bugs
Fixed a bug in attiny_daemon.py leading to shutdown if ATTiny_Daemon not reachable. This was introduced by changing the in-band error signaling of the ATTiny_I2C class to out-of-band signalling.
Fixed bug that stored bat_v coefficient and bat_v constant into the respective ext_v fields.