We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a3477 commit f910271Copy full SHA for f910271
1 file changed
demos/LoadDemo/LoadDemo.ino
@@ -1,7 +1,7 @@
1
/**
2
* @file LoadDemo.ino
3
* @brief Manually control the actuator
4
- * @version 0.2.1
+ * @version 0.3.0
5
* @since Winter 2026
6
* @author Noah (@BobSaidHi <https://github.com/bobsaidhi>) for
7
* @CalPolyWindPower <https://github.com/calpolywindpower>
@@ -207,6 +207,8 @@ void loop() {
207
Serial.println(setPoint);
208
LOAD::loadDevice.setGPIO(setPoint);
209
}
210
+ // Serial.print("Reported GPIO Reg: ");
211
+ // Serial.println(LOAD::loadDevice.readGPIO());
212
213
Serial.print("Input load setPoint as a bitset: ");
214
0 commit comments