-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
@ghost
Description
Hello,
I'm using the Wire library.
I try to communicate between the arduino due and the VEML6030 of sparkfun via the pins SDA 20 and SCL 21. But when I write Wire.begin() and try to communicate in I2C via SDA 20 and SCL 21 between the VEML6030 and the arduino due I can't. The connections are fine and the VEML6030 and the arduino due are well powered.
Maybe there is an issue in the library Wire for the arduino due to use SDA 20 and SCL 21.
Thanks for the help.