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

architectures=avr #2

Closed olikraus closed 6 years ago

olikraus commented 7 years ago

I am looking for a more general fast io lib, but also this lib only supports avr. However at least you should say so:

architectures=avr

instead of

architectures=*

in file library.properties.

DavidEGrayson commented 7 years ago

Yes, this library currently only supports a few specific AVR microcontrollers. It should be possible to expand it to support other chips.

olikraus commented 7 years ago

thanks

DavidEGrayson commented 6 years ago

This is now fixed in version 2.1.0.

olikraus commented 6 years ago

thanks