Update telem.c version 2.1

pull/368/head
Alan Johnston 7 months ago committed by GitHub
parent 3717993ae5
commit 1afbb83910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,7 @@ int main(int argc, char *argv[]) {
} }
} }
printf("CubeSatSim v2.0 INA219 Voltage and Current Telemetry\n"); printf("CubeSatSim v2.1 INA219 Voltage and Current Telemetry\n");
map[MINUS_X] = MINUS_Y; map[MINUS_X] = MINUS_Y;
map[PLUS_Z] = MINUS_X; map[PLUS_Z] = MINUS_X;
map[MINUS_Y] = PLUS_Z; map[MINUS_Y] = PLUS_Z;

Loading…
Cancel
Save

Powered by TurnKey Linux.