Skip to content

Conversation

@ahnolds
Copy link

@ahnolds ahnolds commented Apr 16, 2020

This allows the overloads to be called correctly through a TwoWire pointer. In particular, endTransmission and RequestFrom didn't match the TwoWire prototypes, which causes issues when attempting to call through a pointer to a TwoWire object.

ahnolds added 2 commits April 16, 2020 11:13
This allows the overloads to be called correctly through a TwoWire pointer. In particular, endTransmission and RequestFrom didn't match the TwoWire prototypes, which causes issues when attempting to call through a pointer.
@ahnolds
Copy link
Author

ahnolds commented Apr 16, 2020

Won't help right now since currently TwoWire methods aren't virtual. However, I've put in a PR there to make them virtual for this: arduino/ArduinoCore-avr#331

In the mean time, it shouldn't hurt

@Testato
Copy link
Owner

Testato commented Jul 1, 2021

closed due to #32

@Testato Testato closed this Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants