mmarchetti / DirectIO

Fast, simple I/O library for Arduino
GNU Lesser General Public License v3.0
116 stars 27 forks source link

ESP8266, ESP32 support #10

Open source-creator opened 7 years ago

source-creator commented 7 years ago

It would be great to get support for these chips please.

\Arduino\libraries\DirectIO/ports.h:31:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
mmarchetti commented 5 years ago

17 should help with this, but I don't have a board to test on. If you are able to give the nonavr branch a try, I would appreciate any feedback.

mmarchetti commented 5 years ago

There is fallback (non-accelerated) support in #17.