Conversation
|
Hey, I was just wondering how you got around this error:
When I create a timer object and pass it by reference I still run into an issue with the arguments. |
|
@0Hogan i am trying to get this to work with the teensy 4.0 but i cant. Could you show an example of how you did an test code? |
@starlight-traveler what worked for me is doing adding IBus.begin(Serial2,1); instead of IBus.begin(Serial2);. This is on teensy 4.0, hope this helps :) |
|
Hi! Sadly this branch does not work for me out of the box as well. I tried your solution @Casseman on a teensy4.1 but without luck. any help would be appreciated! |
|
This code worked on a Teensy 4.1, I can't remember if I modified the library at all, so if this doesn't work let me know and I can attempt to reflash it: |
Thank you very much @starlight-traveler, works perfectly with the IntervalTimer and -1,-1. Thanks again! |
|
You will find an adapted version for Teensy 4.0 4.1 here. |
Added support for the Teensy LC/3.0/3.1/3.2/3.5/3.6/4.0/4.1
I only had the opportunity to test with a FlySky receiver and a Teensy 4.1. If others could test on some of the other boards and/or other receivers, that would be ideal.
Hopefully this helps with #25 .