mmarchetti / DirectIO

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

Fix missing headers #22

Closed mmarchetti closed 5 years ago

mmarchetti commented 5 years ago

The gen-pins.py tool was detecting includes, but not following them to the target file containing the pin definitions. This resulted in 3 board include files being missing.

Fixes #20