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 3b5d1e9 commit 2699140Copy full SHA for 2699140
Power Board/thrusters.ino
@@ -112,6 +112,17 @@ void senseCurrent(float currents[]) {
112
void setup() {
113
//pinMode(WATER_DETECTED, INPUT_PULLUP);
114
//pinMode(MCU_KS, OUTPUT);
115
+ pinMode(TC_1, INPUT);
116
+ pinMode(TC_2, INPUT);
117
+ pinMode(TC_3, INPUT);
118
+ pinMode(TC_4, INPUT);
119
+ pinMode(TC_5, INPUT);
120
+ pinMode(TC_6, INPUT);
121
+ pinMode(TC_7, INPUT);
122
+ pinMode(TC_8, INPUT);
123
+ pinMode(VBAT1_SENSE, INPUT);
124
+ pinMode(VBAT2_SENSE, INPUT);
125
+
126
//attachInterrupt(digitalPinToInterrupt(WATER_DETECTED), waterInterrupt, RISING);
127
128
initThrusters();
0 commit comments