Update main.c print currents

fc-jy
Alan Johnston 11 months ago committed by GitHub
parent 98c791ca48
commit fd69f62a79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2350,6 +2350,8 @@ void get_tlm_fc() {
// b = 0x000c;
printf("X %x Y %x Z %x B %x\n", x, y, z, b);
printf("iX %x iY %x iZ %x iB %x iC\n", ix, iy, iz, ib, ic);
#ifdef JY_1
source_bytes[extended + FC_EPS + 0] = 0xff & (x >> 10); // mV
source_bytes[extended + FC_EPS + 1] = 0xfc & (x << 2);

Loading…
Cancel
Save

Powered by TurnKey Linux.