X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Fcobboard%2Fstate.h;h=f3c90ed271743221399cd507263d55a171bd7ef8;hp=8dcb6c1418b8f8a67c5aaf2e7bd96caf12b4fb7e;hb=aa68be2d5d596693bda1109e4ccd6489f613b4f7;hpb=9a55e14e6ec1c05dfc3a6a7a9bc1b9c879207cad diff --git a/projects/microb2010/cobboard/state.h b/projects/microb2010/cobboard/state.h index 8dcb6c1..f3c90ed 100644 --- a/projects/microb2010/cobboard/state.h +++ b/projects/microb2010/cobboard/state.h @@ -24,9 +24,14 @@ /* 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); + +void state_set_i2c_ignore(uint8_t val); +uint8_t state_get_i2c_ignore(void); uint8_t state_get_cob_count(void);