X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Fcobboard%2Fstate.h;h=141b643bb6b413b3b3c0c29e42f2ba93784a3d3c;hp=8dcb6c1418b8f8a67c5aaf2e7bd96caf12b4fb7e;hb=19cd41f7920628a962928580cd1618a1ee5750aa;hpb=9a55e14e6ec1c05dfc3a6a7a9bc1b9c879207cad diff --git a/projects/microb2010/cobboard/state.h b/projects/microb2010/cobboard/state.h index 8dcb6c1..141b643 100644 --- a/projects/microb2010/cobboard/state.h +++ b/projects/microb2010/cobboard/state.h @@ -24,9 +24,11 @@ /* set a new state, return 0 on success */ int8_t state_set_mode(uint8_t mode); +void state_set_spickle(uint8_t side, uint8_t flags); /* get current state */ uint8_t state_get_mode(void); +uint8_t state_get_status(void); uint8_t state_get_cob_count(void);