Compare commits

..

No commits in common. "5d32392844362df45d5bb60d70cba8e51251b573" and "3d13e761f497a0408c134059ff0dfadaa93ebbf4" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -145,8 +145,6 @@ void Treppe::setup(){
pinMode(SENSOR1, INPUT);
pinMode(SENSOR2, INPUT);
pinMode(OE, OUTPUT);
digitalWrite(OE, 0);
Serial.println("Hello from Treppe");
Serial.print("Treppe: initial parameters: stairs=");
Serial.println(stairs);
@ -194,7 +192,7 @@ void Treppe::task(){
last_sensor_state[0] = current_sensor_state[0];
last_sensor_state[1] = current_sensor_state[1];
ledsequence();
}

View File

@ -4,7 +4,6 @@
#define SENSOR1 15
#define SENSOR2 12
#define OE 14
#define INT_TIME 20 // interrupt intervall [ms]