mighty-1284p icon indicating copy to clipboard operation
mighty-1284p copied to clipboard

'Serial2' was not declared in this scope

Open Spoja opened this issue 8 years ago • 2 comments

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.

Spoja avatar May 08 '16 14:05 Spoja