We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MbedSPI and MbedI2C methods are declared as virtual methods. However the UART methods are not.
Since we want to create our own driver by inheriting from UART, it would be nice if the UART methods were also declared as virtual methods.
ArduinoCore-mbed/libraries/Wire/Wire.h
Lines 34 to 68 in 1399d64
ArduinoCore-mbed/libraries/SPI/SPI.h
Lines 28 to 48 in 1399d64
ArduinoCore-mbed/cores/arduino/Serial.h
Lines 39 to 67 in 1399d64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MbedSPI and MbedI2C methods are declared as virtual methods.
However the UART methods are not.
Since we want to create our own driver by inheriting from UART, it would be nice if the UART methods were also declared as virtual methods.
ArduinoCore-mbed/libraries/Wire/Wire.h
Lines 34 to 68 in 1399d64
ArduinoCore-mbed/libraries/SPI/SPI.h
Lines 28 to 48 in 1399d64
ArduinoCore-mbed/cores/arduino/Serial.h
Lines 39 to 67 in 1399d64
The text was updated successfully, but these errors were encountered: