feat: V1 fonctionnel OK (#8)
Reviewed-on: #8 Co-authored-by: Clement <c.boesmier@aptatio.com> Co-committed-by: Clement <c.boesmier@aptatio.com>
This commit is contained in:
@ -10,7 +10,12 @@
|
||||
#include "SwitchableEncodeur.h"
|
||||
#include "LedLib.h"
|
||||
|
||||
|
||||
enum MainMenu{
|
||||
INITIAL_STATE,
|
||||
GET_START_HOUR,
|
||||
SELECT_END_HOUR,
|
||||
SEND_TO_DISCORD
|
||||
};
|
||||
|
||||
class Program {
|
||||
public:
|
||||
@ -46,6 +51,19 @@ private:
|
||||
* @param[in] timeEnd LabOuest closing time
|
||||
*/
|
||||
void sendTime(String timeEnd);
|
||||
|
||||
//state of the button
|
||||
MainMenu menu;
|
||||
|
||||
//temps de reset in ms
|
||||
ulong resetMillis;
|
||||
|
||||
//numéro de led de dépard
|
||||
int nLedStart;
|
||||
|
||||
// apres midi
|
||||
bool pm;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user