Hello,
I am new on Teensy 4.0 and try to use the TeensyVariablePlayback library.
My goal is to use a PWM output on pin 3.
Our code is running but I have a background noise and I don't understand where is my issue.
It's my 4.0 who has a problem...
Hello,
I use a Teensy 4.0 and I need to define a Serial input for read a SBUS signal.
So I need to invert Serial1 Rx pin.
I try this code:
Serial1.begin(100000,SERIAL_8E2_RXINV);
But the Arduino IDE 2.3.4 return me an error:
Compilation error...