pololu / fastgpio-arduino

C++ library for the Arduino IDE that allows you to manipulate general-purpose I/O (GPIO) pins on your Arduino or Arduino-compatible board with minimal overhead.
MIT License
73 stars 21 forks source link

Teensy 4.1 ! #5

Open shindoja opened 1 year ago

shindoja commented 1 year ago

Hi ! Is there a teensy 4.1 compatible version of this library in the horizon ?

Trying to reduce the jitter of a usbmidi interface, maybe this could help :)

Thanks a lot !

DavidEGrayson commented 1 year ago

So far, this library just supports certain AVR microcontrollers, and the Teensy 4.1 is not based on an AVR. You might want to post about your issue on the Teensy forum.

shindoja commented 1 year ago

Ok thank you !