coaster_switch.h 185 B

123456789
  1. #ifndef COASTER_SWITCH_H
  2. #define COASTER_SWITCH_H
  3. void coaster_ISR_func();
  4. void coaster_setup(void);
  5. bool coaster_is_pressed(void);
  6. float coaster_current_value(void);
  7. #endif