Files
Gimbal-Chassis-Communicate/MDK-ARM/led.h
2025-12-06 22:11:58 +08:00

15 lines
169 B
C

#ifndef __LED_H
#define __LED_H
#ifdef __cplusplus
extern "C" {
#endif
#include "stm32f4xx_hal.h"
void LED_ON(void);
#ifdef __cplusplus
}
#endif
#endif /* __LED_H */