control.h 316 B

1234567891011121314151617181920212223242526
  1. #ifndef __CONTROL_H
  2. #define __CONTROL_H
  3. //
  4. void init_encoder(void);
  5. //
  6. void init_gpio_encoder(void);
  7. //
  8. void vControl(void const *params);
  9. #if 0
  10. void MENU_ControlInit(void);
  11. void MENU_EncoderInit(void);
  12. void MENU_ButtonInit(void);
  13. //
  14. void vEncoder(void *params);
  15. #endif
  16. #endif /* #ifndef __CONTROL_H */