Precommit changes
This commit is contained in:
parent
f220df08ac
commit
9e1701c2da
@ -38,7 +38,7 @@ bool GyroSensor::setup() {
|
|||||||
pinMode(PIN_GND, OUTPUT_OPEN_DRAIN);
|
pinMode(PIN_GND, OUTPUT_OPEN_DRAIN);
|
||||||
digitalWrite(PIN_VCC, HIGH);
|
digitalWrite(PIN_VCC, HIGH);
|
||||||
digitalWrite(PIN_GND, LOW);
|
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
|
#else
|
||||||
#endif
|
#endif
|
||||||
/* For testing pin config of new boards with led.
|
/* For testing pin config of new boards with led.
|
||||||
|
Loading…
Reference in New Issue
Block a user