X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Fcobboard%2Fstate.h;h=118926a194f8da1ffee7b022251d560c8cca6d76;hp=f3135ac036b7ffd345738a007fa26d0df55f8d02;hb=4fb57a4dab8bd564445e824696a2dab470af8628;hpb=57b3e145f2ff46e1a7e7d522c85f3c56821dbf48 diff --git a/projects/microb2010/cobboard/state.h b/projects/microb2010/cobboard/state.h index f3135ac..118926a 100644 --- a/projects/microb2010/cobboard/state.h +++ b/projects/microb2010/cobboard/state.h @@ -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);