@ -235,7 +235,7 @@ int main(int argc, char *argv[]) {
if (digitalRead(26) != HIGH)
{
// printf("vB5 Present\n"); // Don't print normal board detection
printf("vB5 Present\n"); // Don't print normal board detection
sensor[PLUS_X] = config_sensor("/dev/i2c-1", 0x40, 400);
sensor[PLUS_Y] = config_sensor("/dev/i2c-1", 0x41, 400);
sensor[BUS] = config_sensor("/dev/i2c-1", 0x45, 400);
Powered by TurnKey Linux.