Testato / SoftwareWire

Creates a software I2C/TWI bus on every pins
GNU General Public License v3.0
148 stars 33 forks source link

Removing inheretance from TwoWire removes stream functionality #33

Closed SRGDamia1 closed 3 years ago

SRGDamia1 commented 3 years ago

Without inheriting from TwoWire and, in turn from Stream, you lose all stream-like functionality - particularly the parseInt/parseFloat functions and the ability to use SoftwareWire as a drop-in stream instance.

I would appreciate the return of the inheritance.

Testato commented 3 years ago

we have decided to remove this inheritance. read here for the reasons https://github.com/Testato/SoftwareWire/pull/32