4-20ma / I2cDiscreteIoExpander

Arduino library for the Texas Instruments PCF8575C 16-bit I2C I/O expander
http://4-20ma.io/I2cDiscreteIoExpander/
Apache License 2.0
8 stars 4 forks source link

Fix Makefile to return mix of .ino, .pde files #25

Closed 4-20ma closed 8 years ago

4-20ma commented 8 years ago

Problem:

Running make build with a mix of examples with .ino and .pde extensions will only run one of the extensions. Adjust find parameter to use regex instead of bash wildcards.