Update telem.c

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

@ -319,11 +319,13 @@ int main(int argc, char *argv[]) {
sensor[MINUS_X] = config_sensor("/dev/i2c-11", 0x41, 400);
sensor[MINUS_Y] = config_sensor("/dev/i2c-11", 0x44, 400);
sensor[MINUS_Z] = config_sensor("/dev/i2c-11", 0x45, 400); */
strcpy(busStr,"1 11");
} else {
/* sensor[PLUS_Z] = config_sensor("/dev/i2c-3", 0x40, 400);
sensor[MINUS_X] = config_sensor("/dev/i2c-3", 0x41, 400);
sensor[MINUS_Y] = config_sensor("/dev/i2c-3", 0x44, 400);
sensor[MINUS_Z] = config_sensor("/dev/i2c-3", 0x45, 400); */
strcpy(busStr,"1 3");
}
}
else

Loading…
Cancel
Save

Powered by TurnKey Linux.