Skip to content

simplify creation of Serial1 #47

Closed
@ladyada

Description

@ladyada

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions