Skip to content
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

Update Serial documentation for additional boards #877

Open
cattledogGH opened this issue Apr 24, 2022 · 0 comments
Open

Update Serial documentation for additional boards #877

cattledogGH opened this issue Apr 24, 2022 · 0 comments
Labels

Comments

@cattledogGH
Copy link

cattledogGH commented Apr 24, 2022

https://www.arduino.cc/reference/en/language/functions/communication/serial/

  1. Document the NanoEvery Serial1 on pins 0 and 1 (tx, rx)

  2. Document the Nano 33 BLE and BLE Sense Serial1 on pins tx and rx.
    https://docs.arduino.cc/hardware/nano-33-ble
    Document the possibility of an second hardware serial port per
    https://github.com/arduino/ArduinoCore-nRF528x-mbedos/issues/38

UART mySerial(digitalPinToPinName(4), digitalPinToPinName(3), NC, NC);
//(change 4 and 3 as you prefer, the processor can mux any functionality on any pin)
//Note: the order of pins in the constructor is Tx, Rx, and is reversed from other Arduino serial/software serial constructors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants