#ifndef APP_ENCODER_H #define APP_ENCODER_H void app_encoder_task(void); void app_encoder_init(void); void app_encoder_delay_set(void); #endif