Don't print standard board detection

pull/51/head
alanbjohnston 6 years ago committed by GitHub
parent fed84ca26b
commit 4e52393186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -235,7 +235,7 @@ int main(int argc, char *argv[]) {
if (digitalRead(26) != HIGH)
{
printf("vB5 Present\n");
// 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);

Loading…
Cancel
Save

Powered by TurnKey Linux.