some minimal progress
This commit is contained in:
9
cube/User/Inc/led.h
Normal file
9
cube/User/Inc/led.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef _LED_H_
|
||||
#define _LED_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void ledRed(bool on);
|
||||
void ledGreen(bool on);
|
||||
|
||||
#endif // _LED_H_
|
Reference in New Issue
Block a user