| 1234567891011121314151617181920212223242526 |
- #ifndef __CONTROL_H
- #define __CONTROL_H
-
- //
- void init_encoder(void);
- //
- void init_gpio_encoder(void);
- //
- void vControl(void const *params);
- #if 0
- void MENU_ControlInit(void);
- void MENU_EncoderInit(void);
- void MENU_ButtonInit(void);
- //
- void vEncoder(void *params);
- #endif
- #endif /* #ifndef __CONTROL_H */
|