commented out readcurrenty.py call

pull/17/head
alanbjohnston 7 years ago committed by GitHub
parent e6fd3b3dca
commit 8db31fc5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -388,7 +388,8 @@ int upper_digit(int number) {
}
int get_tlm(int tlm[][5]) {
// Reading I2C voltage and current sensors
// Reading I2C voltage and current sensors
/*
char cmdbuffer[1000];
FILE* file = popen("sudo python /home/pi/CubeSatSim/python/readcurrent.py 2>&1", "r");
fgets(cmdbuffer, 999, file);
@ -409,7 +410,8 @@ int get_tlm(int tlm[][5]) {
data2 = strtok (NULL, " ");
i++;
}
*/
// read i2c current sensors //
// code added back from master
double x_current, y_current, z_current;

Loading…
Cancel
Save

Powered by TurnKey Linux.