Skip to content
Snippets Groups Projects
Commit 41d0d7de authored by David Gauchard's avatar David Gauchard
Browse files

closed-fw debug mode on

parent 1b971804
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
#else // primilinary proto pinout #else // primilinary proto pinout
#warning WARNING NOT LAAS BOARD !
// A4988 PINOUT // A4988 PINOUT
#define DIR 12 // esp8266 gpio #define DIR 12 // esp8266 gpio
#define STEP 13 // esp8266 gpio #define STEP 13 // esp8266 gpio
...@@ -203,6 +205,7 @@ void buttons (int shortp, int longp) ...@@ -203,6 +205,7 @@ void buttons (int shortp, int longp)
void setup() void setup()
{ {
Serial.begin(74880); Serial.begin(74880);
Serial.setDebugOutput(true);
Wire.begin(); Wire.begin();
Wire.setClock(400000L); Wire.setClock(400000L);
delay(500); delay(500);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment