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