major reorg

This commit is contained in:
hg
2014-02-25 17:32:23 +01:00
parent 0c111dd818
commit 15cc422fc1
8 changed files with 243 additions and 102 deletions

View File

@ -8,6 +8,9 @@ const uint8_t FATAL_NOT_ENOUGH_CMD_SLOTS = 2;
const uint8_t FATAL_BUFFER_OVERFLOW = 10;
const uint8_t FATAL_ADC_NOTFOUND = 20;
const uint8_t FATAL_ILLEGAL_STATE = 21;
void fatal(uint8_t code);