re-factoring/re-structure of modules

This commit is contained in:
willem oldemans
2020-09-16 14:54:35 +02:00
parent 2b028d543e
commit c246965111
31 changed files with 4982 additions and 362 deletions

14
src/lights.h Normal file
View 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