Precommit changes
This commit is contained in:
parent
f220df08ac
commit
9e1701c2da
@ -38,7 +38,7 @@ bool GyroSensor::setup() {
|
||||
pinMode(PIN_GND, OUTPUT_OPEN_DRAIN);
|
||||
digitalWrite(PIN_VCC, HIGH);
|
||||
digitalWrite(PIN_GND, LOW);
|
||||
delay(10); // Wait for the pins to settle or we will fail to connect
|
||||
delay(10); // Wait for the pins to settle or we will fail to connect
|
||||
#else
|
||||
#endif
|
||||
/* For testing pin config of new boards with led.
|
||||
|
Loading…
Reference in New Issue
Block a user