Skip to content

Commit 98e4a4e

Browse files
committed
added indentations
1 parent 98b7e9f commit 98e4a4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Power Board/thrusters.ino

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ void senseCurrent(float Tcurrents[]) {
105105
Tcurrents[0] = ((analogRead(TC_1) * 3.3) / 1023) / 0.005;
106106
Tcurrents[1] = ((analogRead(TC_2) * 3.3) / 1023) / 0.005;
107107
Tcurrents[2] = ((analogRead(TC_3) * 3.3) / 1023) / 0.005;
108-
Tcurrents[3] = ((analogRead(TC_4) * 3.3) / 1023) / 0.005;
109-
Tcurrents[4] = ((analogRead(TC_5) * 3.3) / 1023) / 0.005;
110-
Tcurrents[5] = ((analogRead(TC_6) * 3.3) / 1023) / 0.005;
111-
Tcurrents[6] = ((analogRead(TC_7) * 3.3) / 1023) / 0.005;
112-
Tcurrents[7] = ((analogRead(TC_8) * 3.3) / 1023) / 0.005;
108+
Tcurrents[3] = ((analogRead(TC_4) * 3.3) / 1023) / 0.005;
109+
Tcurrents[4] = ((analogRead(TC_5) * 3.3) / 1023) / 0.005;
110+
Tcurrents[5] = ((analogRead(TC_6) * 3.3) / 1023) / 0.005;
111+
Tcurrents[6] = ((analogRead(TC_7) * 3.3) / 1023) / 0.005;
112+
Tcurrents[7] = ((analogRead(TC_8) * 3.3) / 1023) / 0.005;
113113
}
114114

115115
void senseVoltage(float voltages[]) {

0 commit comments

Comments
 (0)