fsm WIP might work

This commit is contained in:
geeksville
2020-02-22 13:14:10 -08:00
parent 509f9b6e2b
commit c7894f3bc5
8 changed files with 45 additions and 31 deletions

View File

@@ -11,4 +11,6 @@
#define EVENT_RECEIVED_TEXT_MSG 5
#define EVENT_BOOT 6
extern Fsm powerFSM;
extern Fsm powerFSM;
void PowerFSM_setup();