Skip to content

'Serial2' was not declared in this scope #27

Description

@Spoja

Even when i try to run simple program like this:
`void setup() {
// put your setup code here, to run once:
Serial2.begin(9600);
}

void loop() {
// put your main code here, to run repeatedly:

}`
I keep getting error: 'Serial2' was not declared in this scope.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions