Search results

  1. S

    error while using SoftwareSerial on teensy 4.0

    Hi everyone, when I type #include <SoftwareSerial.h> then I run my code I get this weird error that states: error: 'Serial8' was not declared in this scope port = &Serial8; ^ I haven't even initialized a SoftwareSerial object yet and I am getting this error so I am very...
Back
Top