diff --git a/wiringPi/wiringPiI2C.c b/wiringPi/wiringPiI2C.c index 2ad94a3..fb6962c 100644 --- a/wiringPi/wiringPiI2C.c +++ b/wiringPi/wiringPiI2C.c @@ -228,7 +228,7 @@ int wiringPiI2CSetup (const int devId) else if (rev == 2) device = "/dev/i2c-1" ; else if (rev == 3) - device = "/dev/i2c-0"; // guenter fuer orange pi device = "/dev/i2c-2"; + device = "/dev/i2c-2"; // guenter fuer orange pi device = "/dev/i2c-2"; else device = "/dev/i2c-3" ;