STM32H750XB_RT-THREAD/I2C—AP3216C(光照三合一)/3.AP3216C全功能例程_(硬件I2C)/User/main.h

10 lines
125 B
C
Raw Normal View History

2025-07-21 06:34:29 +00:00
#ifndef __MAIN_H
#define __MAIN_H
#include "stm32h7xx_hal.h"
static void SystemClock_Config(void);
#endif /* __MAIN_H */