Precommit changes

This commit is contained in:
Magnus Persson 2022-11-08 21:02:40 +01:00
parent f220df08ac
commit 9e1701c2da
2 changed files with 7 additions and 7 deletions

View File

@ -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.