This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am aclement30 on github. | |
* I am aclement (https://keybase.io/aclement) on keybase. | |
* I have a public key whose fingerprint is 740D E5A4 581E 2218 DB39 E77A 606F 19FF 07C3 1B8D | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const int BUTTON_PIN = 10; | |
const int LED_PIN_PWM = 11; | |
const int LED_PIN_DIR = 12; | |
int buttonState = 0; | |
int step = 0; | |
bool reverse = false; | |
int speed = 0; | |
// Etape 0: avant - 0 |