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_
|
8
cube/User/Inc/loopCtrl.h
Normal file
8
cube/User/Inc/loopCtrl.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _LOOPCTRL_H_
|
||||
#define _LOOPCTRL_H_
|
||||
|
||||
void loopEnable();
|
||||
void loopDisable();
|
||||
|
||||
|
||||
#endif // _LOOPCTRL_H_
|
Reference in New Issue
Block a user