Skip to content

Call Wire.endTransmission but keep the connection active with Wire.endTransmission(false);? #82

Closed
@rwaldron

Description

@rwaldron

https://github.com/firmata/arduino/blob/master/examples/StandardFirmata/StandardFirmata.ino#L101

Working on reading a MMA8452Q (triple axis accelerometer), ran the sketch here and it works fine, but no dice over Firmata. Changing this line to Wire.endTransmission(false); (as seen in the sketch) makes it work correctly.

I'm wondering what, if any, implications exist by doing this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions