Skip to content

TwoWire class is not inherited from Stream #57

Closed
@minyk

Description

@minyk

Hi, another compatibility problem between original and esp32. Arduino's TwoWire class is inherited from Stream, but arduino-esp32's TwoWire class is not.

Mainly, library that I want uses readBytes(char *, size_t ), but this member function is not exist, it is inherited from Stream class.

Is this on purpose? Currently I'm test with TwoWire : public Stream

Thanks.

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