2026-05-10 21:35:40 +08:00

10 lines
101 B
C

#ifndef __BSP_OLED_H__
#define __BSP_OLED_H__
#include "OLED.h"
void bsp_oled_init(void);
#endif