I am trying to build a Artnet node with the LXTeensy3DMX_Library. And whilst the Teensy3ArtNetSACN2Universes_rdm.ino example works perfectly straight out of the box on a teensy 3.2 I would like to make use of the power and extra serial ports on the teensy 4.0.
However, because the libraries are written for the teensy 3.x it won't compile on teensy 4.0. At the moment I am running into the following error:
I saw that LXTeensy3DMX.h and LXTeensy3DMX_common.h include kinetis.h but I guess this is a teensy 3.x specific file since its part of the teensy3 core folder./Users/xxx/Documents/Arduino/libraries/LXTeensy3DMX_Library/src/LXTeensy3DMX.h:62:21: fatal error: kinetis.h: No such file or directory
compilation terminated.
This made me realize that the library needs to be ported to the teensy 4.0 architecture, but since I have no clue on how to achieve this I am wondering if you guys could give me some pointers on how to do this.
Any help would be very much appreciated!
Ps. If you manage to port it for me, I will buy you a beer
Cheers!