#ifndef __LOGIC_H #define __LOGIC_H #include <stdbool.h> // void logic_main(void); // void logic_set_out_pwm(void); // void wdt_init(void); #endif