Browse Source

pin optimizations

tags/FSM1.0
Dominik Bartsch 2 years ago
parent
commit
a0f6a5aec3
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      lib/treppe/treppe.h
  2. 1
    1
      src/main.cpp

+ 1
- 1
lib/treppe/treppe.h View File

@@ -2,7 +2,7 @@

#include "PCA9685.h"

#define SENSOR1 15
#define SENSOR1 16
#define SENSOR2 12
#define OE 14


+ 1
- 1
src/main.cpp View File

@@ -54,7 +54,7 @@ void setup() {

Serial.println(F("Booting ...."));

pinMode(NODEMCU_LED, OUTPUT);
//pinMode(NODEMCU_LED, OUTPUT);
pinMode(ESP12_LED, OUTPUT);

Wire.begin(); // Wire must be started first

Loading…
Cancel
Save