]> git.droids-corp.org - aversive.git/blobdiff - projects/microb2010/cobboard/state.h
strat db
[aversive.git] / projects / microb2010 / cobboard / state.h
index 118926a194f8da1ffee7b022251d560c8cca6d76..d9f95fc3248ed29b9f611ff8df37a0d2cb24dbd0 100644 (file)
@@ -27,6 +27,7 @@ int8_t state_set_mode(uint8_t mode);
 
 /* get current state */
 uint8_t state_get_mode(void);
+uint8_t state_get_status(void);
 
 uint8_t state_get_cob_count(void);
 
@@ -35,4 +36,6 @@ void state_machine(void);
 
 void state_init(void);
 
+extern uint8_t state_debug;
+
 #endif