save
[aversive.git] / projects / microb2010 / cobboard / state.h
index 118926a..d9f95fc 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