Search results

  1. A

    Help needed: 'processSerialEventsList' is not a member of 'HardwareSerial'

    Were there any specific changes in 1.59 from 1.58 that would lead to conflicts? It seems like using Adafruit library was fine before, I'm not sure what changed in teensyduino though
  2. A

    Help needed: 'processSerialEventsList' is not a member of 'HardwareSerial'

    Replaced HardwareSerial with HardwareSerialIMXRT, now getting these errors that weren't there before. There seems to be definition conflicts in core_pins for MSBFIRST and LSBFIRST. Update: The errors are all solved when I use version 1.58 of teensyduino but not the recent version 1.59.....?
  3. A

    Help needed: 'processSerialEventsList' is not a member of 'HardwareSerial'

    When trying to compile on Arduino, I get the error 'processSerialEventsList' is not a member of 'HardwareSerial' on Teensy 4 but not Teensy 3.
Back
Top