Skip to content

Commit f910271

Browse files
committed
LoadDemo version bump
1 parent f0a3477 commit f910271

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

demos/LoadDemo/LoadDemo.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file LoadDemo.ino
33
* @brief Manually control the actuator
4-
* @version 0.2.1
4+
* @version 0.3.0
55
* @since Winter 2026
66
* @author Noah (@BobSaidHi <https://github.com/bobsaidhi>) for
77
* @CalPolyWindPower <https://github.com/calpolywindpower>
@@ -207,6 +207,8 @@ void loop() {
207207
Serial.println(setPoint);
208208
LOAD::loadDevice.setGPIO(setPoint);
209209
}
210+
// Serial.print("Reported GPIO Reg: ");
211+
// Serial.println(LOAD::loadDevice.readGPIO());
210212

211213
Serial.print("Input load setPoint as a bitset: ");
212214
}

0 commit comments

Comments
 (0)