#ifndef TIMER_H #define TIMER_H #include "ch32v003fun.h" // Function prototypes void tim2_init(void); #endif // TIMER_H