swapped -X and +Z mapping

pull/62/head
alanbjohnston 5 years ago committed by GitHub
parent 7698dbb6eb
commit a2309c00a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -318,6 +318,9 @@ if (vB4)
}
else if (vB5)
{
map[MINUS_X] = PLUS_Z;
map[PLUS_Z] = MINUS_X;
if (access("/dev/i2c-11", W_OK | R_OK) >= 0) { // Test if I2C Bus 11 is present
printf("/dev/i2c-11 is present\n\n");
snprintf(busStr, 10, "%d %d", test_i2c_bus(1), test_i2c_bus(11));

Loading…
Cancel
Save

Powered by TurnKey Linux.