Skip to content

Usage of Wire library. #15

Description

@Koepel

The Wire.requestFrom() should not be used in combination with Wire.beginTransmission() or Wire.endTransmission().
Explanation: Common-mistakes, number 2 and 3.
See also my alternative explanation of the functions of the Wire library.

I found the issue in the readFrom() function in:

  • BerryIMU/arduino-BerryIMU/IMU.cpp
  • BerryIMU/ESP8266-BerryIMU/BerryIMU_ESP8266_Graph_Temperature/bmp180.cpp
  • BerryIMU/Teensy-BerryIMU/Teensy3.6.BerryIMU/Teensy3.6.BerryIMU.ino
  • BerryIMU/ESP8266-BerryIMU/BerryIMU_ESP8266_simple_web/BerryIMU_ESP8266_simple_web.ino

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions