re-factoring/re-structure of modules
This commit is contained in:
14
src/lights.h
Normal file
14
src/lights.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef LIGHTSH
|
||||
#define LIGHTSH
|
||||
|
||||
|
||||
void SetmillisLightOff( unsigned long millis );
|
||||
void UpdatemillisLightOff( void );
|
||||
unsigned long getMillisLightsOff( void );
|
||||
void led();
|
||||
|
||||
bool getLeft( void );
|
||||
bool getRight( void );
|
||||
bool getHazard( void );
|
||||
|
||||
#endif //LIGHTSH
|
||||
Reference in New Issue
Block a user