shoot/User/module/led.h

9 lines
105 B
C
Raw Normal View History

2025-03-12 23:04:18 +08:00
#ifndef _LED_H_
#define _LED_H_
void LED_red(void);
void LED_green(void);
void LED_bule(void );
#endif