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 64d0794 commit 1a9ab15Copy full SHA for 1a9ab15
pio_workspace/src/power_ros1_main.cpp
@@ -36,8 +36,8 @@ SETUP FOR ROS COMMUNICATION WITH THE POWER BOARD
36
37
#define LED_PIN 13
38
39
-#define ENABLE_VOLTAGE_SENSE false
40
-#define ENABLE_CURRENT_SENSE false
+#define ENABLE_VOLTAGE_SENSE true
+#define ENABLE_CURRENT_SENSE true
41
42
// creates ADCSensors and TMP36 sensor objects
43
ADCSensors adcSensors;
pio_workspace/src/thruster_tests_main.cpp
@@ -35,7 +35,7 @@ void sensor_setup() {
35
boolean _tare = true;
LoadCell.start(stabilizingtime, _tare);
if (LoadCell.getTareTimeoutFlag()) {
- //while (1);
+ while (1);
} else {
LoadCell.setCalFactor(calibrationValue);
}
0 commit comments