pin optimizations
This commit is contained in:
parent
633b99f818
commit
a0f6a5aec3
@ -2,7 +2,7 @@
|
||||
|
||||
#include "PCA9685.h"
|
||||
|
||||
#define SENSOR1 15
|
||||
#define SENSOR1 16
|
||||
#define SENSOR2 12
|
||||
#define OE 14
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user