expression pins

This commit is contained in:
Lukas Bachschwell 2017-12-13 10:58:20 +01:00
vanhempi d21a52d6b2
commit 0f53337ed7
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa

Näytä tiedosto

@ -4,11 +4,11 @@
#include <ESPUI.h>
#include <LARS.h>
#define ledDataPin 27 // cannot use
#define beeperPin 17 // cannot use
#define ledDataPin 2
#define beeperPin 4
#define echoPin 5 // cannot use
#define triggerPin 23 //cannot use
#define echoPin 36
#define triggerPin 34
#define checkTime 1000
#define warningDistance 20
@ -90,7 +90,7 @@ void loop() {
checkDistance();
oldTime = millis();
}
if (walk_forward) robot.walk(0);
else if (walk_backward) robot.walk();
else if (hello) robot.hello();