Update cw_main.c

pull/1/head
alanbjohnston 7 years ago committed by GitHub
parent 37db2a567d
commit 5992fdc74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -479,7 +479,8 @@ int get_tlm(int tlm[][5]) {
// int tlm_3a = (int)((vbat * 10) - 65.5);
tlm[3][A] = (int)((vbat * 10) - 65.5);
// int tlm_6b = 0, tlm_2b = 99;
tlm[6][B] = 0, tlm_2b = 99;
tlm[6][B] = 0,
tlm[2][B] = 99;
// printf("TLM 3A = %d \n", tlm_3a);
// Read current from I2C bus

Loading…
Cancel
Save

Powered by TurnKey Linux.