control.h 304 B

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