]> git.droids-corp.org - aversive.git/blobdiff - projects/microb2010/cobboard/state.h
state machine and support balls
[aversive.git] / projects / microb2010 / cobboard / state.h
index f3135ac036b7ffd345738a007fa26d0df55f8d02..118926a194f8da1ffee7b022251d560c8cca6d76 100644 (file)
@@ -28,6 +28,8 @@ int8_t state_set_mode(uint8_t mode);
 /* get current state */
 uint8_t state_get_mode(void);
 
+uint8_t state_get_cob_count(void);
+
 /* launch state machine */
 void state_machine(void);