#pragma once #include #include #define PRESCALER (72) #define ARR_VAL (1000) void timer_setup(void); void timer_pwm_set_duty(float duty);