#ifndef __PWM_IN_H #define __PWM_IN_H #include <stdbool.h> // void tim_pwm_in_init(void); // void tim_print_out_pwm(void); // bool get_button(void); // void set_button(bool state); #endif