~toykeeper/flashlight-firmware/lume1

« back to all changes in this revision

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

  • Committer: Selene Scriven
  • Date: 2020-05-14 22:29:29 UTC
  • Revision ID: bzr@toykeeper.net-20200514222929-v1lzerte42on188o
fixed build of "momentary" example UI

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
void emit_current_event(uint16_t arg);
219
219
 
220
220
uint8_t nice_delay_ms(uint16_t ms);
221
 
//uint8_t nice_delay_4ms(uint8_t ms);
222
221
//uint8_t nice_delay_s();
223
222
inline void interrupt_nice_delays();
 
223
void delay_4ms(uint8_t ms);
224
224
 
225
225
#endif