Browse Source

pin optimizations

tags/FSM1.0
Dominik Bartsch 3 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



#include "PCA9685.h" #include "PCA9685.h"


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



+ 1
- 1
src/main.cpp View File



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


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


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

Loading…
Cancel
Save