feat:encoder with existing lib #2

Merged
Clement merged 8 commits from feat/encoder into master 2023-10-20 16:32:18 +00:00
Showing only changes of commit a514a25a1d - Show all commits

View File

@ -27,7 +27,7 @@ Program::Program() {
// Startup Discord API
this->discord = new DiscordAPI(DISCORD_HOOK);
delay(1000);
Serial.println(this->discord->sendHeure("10h", "18h"));
//Serial.println(this->discord->sendHeure("10h", "18h"));
// Startup Encoder
this->encoder = new SwitchableEncodeur(ENCODER_DT, ENCODER_CLK, ENCODER_SWITCH, 3);