Closed
Description
since Serial is hardcoded for debug, its nice to use one of the extra uarts for talkin' to a GPS
this diff:
adafruit@1bf6318
makes it easier, just add HardwareSerial Serial1(2); and in setup: Serial1.begin(115200);
note that uart #1 is not available because it is shared with SPI flash, so it was not tested. uart #2 works great on gpio #16 + #17. no other gpio's are available
Metadata
Metadata
Assignees
Labels
No labels