~toykeeper/flashlight-firmware/trunk

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/fsm-misc.h

  • Committer: Selene Scriven
  • Date: 2020-07-06 20:24:28 UTC
  • mfrom: (188.1.294 fsm)
  • Revision ID: bzr@toykeeper.net-20200706202428-7pyen2ow9q2rtd9p
merged nearly a year of updates from the fsm branch, including the new product map

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
*/
44
44
 
45
45
#ifdef USE_INDICATOR_LED
 
46
// FIXME: Remove this, replace with button_led()
46
47
// lvl: 0=off, 1=low, 2=high
47
48
void indicator_led(uint8_t lvl);
48
49
#endif
49
50
 
 
51
#ifdef USE_BUTTON_LED
 
52
// lvl: 0=off, 1=low, 2=high
 
53
void button_led_set(uint8_t lvl);
 
54
#endif
 
55
 
50
56
#ifdef USE_AUX_RGB_LEDS
51
57
// value: 0b00BBGGRR
52
58
// each pair of bits: 0=off, 1=low, 2=high