Skip to content

Arduino UNO - Not working #4

@ThomasBabin

Description

@ThomasBabin

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions