commented out all of get_tlm

pull/23/head
alanbjohnston 7 years ago committed by GitHub
parent f2ff3a8e81
commit b4f36fc64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -382,8 +382,7 @@ int upper_digit(int number) {
}
int get_tlm(int tlm[][5]) {
return 0;
/*
// Reading I2C voltage and current sensors
char cmdbuffer[1000];
FILE* file = popen("sudo python /home/pi/CubeSatSim/python/readcurrent.py 2>&1", "r");
@ -554,6 +553,7 @@ int get_tlm(int tlm[][5]) {
printf("\n");
}
#endif
*/
return 0;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.