Move all the LED things to a separate file, as mentioned in comments
This commit is contained in:
parent
3903ec7b98
commit
3ae4147d7e
7 changed files with 76 additions and 56 deletions
12
NuEVI/led.h
Normal file
12
NuEVI/led.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef __LED_H
|
||||
#define __LED_H
|
||||
|
||||
void statusLedOn();
|
||||
void statusLedOff();
|
||||
void statusLedFlip();
|
||||
void statusLed(bool state);
|
||||
void statusLedFlash(uint16_t delayTime);
|
||||
void statusLedBlink();
|
||||
void updateSensorLEDs();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue