tweak speed + button port

This commit is contained in:
Julien Cabillot
2017-08-02 00:27:44 +02:00
committed by Cabillot Julien
parent c4ebacd5f3
commit 0326215637

View File

@@ -1,8 +1,8 @@
#define SERIAL_SPEED 115200
#define SERIAL_SPEED 9600
/** BOUTON **/
#define BUTTON_POWER_PIN 2
#define BUTTON_PIN 8
#define BUTTON_PIN 3
int buttonState;