Error
#19
Replies: 1 comment 1 reply
-
(issues is not the area to ask questions, moved to discussions) You need to replace it with an available serial object. Whatever platform of Arduino you are using doesn't seem to have two Serial devices (Serial and Serial1). You may have to use SoftwareSerial library. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Get get following error
error: 'Serial1' was not declared in this scope
Rfid134<HardwareSerial, RfidNotify> rfid(Serial1);
how can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions