#ifndef __BOARD_H__ #define __BOARD_H__ #include "lib.h" #include "ssd1306_oled.h" #define TASK_TIM TIM2 void board_init(void); #endif