-
Notifications
You must be signed in to change notification settings - Fork 13.3k
add support for "serial1" (TX only) #16
New issue
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
Comments
Thanks!
|
yes i think this is possible, |
a good source of examples with multi uart/spi/i2c |
Fixed in #31 |
fix doubled code introduced with r231 - 97f9f96
TX is working RX is disabled (only posible on GPIO 8 but we have no access to it)
in HardwareSerial.cpp in uart0_interrupt_handler add:
HardwareSerial1.cpp
HardwareSerial1.h
The text was updated successfully, but these errors were encountered: