put back printf

pull/50/head
alanbjohnston 6 years ago committed by GitHub
parent bbb9a3795e
commit d677c73ced
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"); // 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);

Loading…
Cancel
Save

Powered by TurnKey Linux.