changed from volt current to ina219.py

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

@ -143,7 +143,8 @@ char sensor_payload[500];
int test_i2c_bus(int bus);
const char pythonCmd[] = "python3 -u /home/pi/CubeSatSim/python/voltcurrent.py ";
//const char pythonCmd[] = "python3 -u /home/pi/CubeSatSim/python/voltcurrent.py ";
const char pythonCmd[] = "python3 -u /home/pi/CubeSatSim/ina219.py ";
char pythonStr[100], pythonConfigStr[100], busStr[10];
int map[8] = {0, 1, 2, 3, 4, 5, 6, 7};
char src_addr[5] = "";

Loading…
Cancel
Save

Powered by TurnKey Linux.