shoot/User/module/led.h
2025-03-12 23:04:18 +08:00

9 lines
105 B
C

#ifndef _LED_H_
#define _LED_H_
void LED_red(void);
void LED_green(void);
void LED_bule(void );
#endif