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.
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.