-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
This is not working with
Arduino UNO R3
Arduino IDE 1.8.5
MacOS 10.13.4
Installed as described ('librairies' folder)
Replaced _#include <Wire.h>_ with _#include <WSWire.h>_
Corrected minor errors:
'Wire.write('\0');' => 'char c = '\0'; Wire.write(c);'
'Wire.endTransmission(true);' => 'Wire.endTransmission();'
Compiled (with AVR ISP)
Uploaded to Arduino
=> No I2C communication anymore
Replaced _#include <WSWire.h>_ with _#include <Wire.h>_
=> I2C communication working
Metadata
Metadata
Assignees
Labels
No labels