Update main.c

pull/54/head
alanbjohnston 6 years ago committed by GitHub
parent d833b6bbb6
commit 1bcf93e5ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -481,10 +481,10 @@ else
tempSensor = config_sensor("/dev/i2c-3", 0x48, 0);
}
FILE* file = popen("python3 /home/pi/CubeSatSim/python/voltcurrent.py 1 11 c", "r");
FILE* file1 = popen("python3 /home/pi/CubeSatSim/python/voltcurrent.py 1 11 c", "r");
char cmdbuffer[1000];
fgets(cmdbuffer, 1000, file);
pclose(file);
fgets(cmdbuffer, 1000, file1);
pclose(file1);
// try connecting to Arduino payload using UART

Loading…
Cancel
Save

Powered by TurnKey Linux.