tttapa / Arduino-Filters

Arduino Finite Impulse Response and Infinite Impulse Response filter implementations.
GNU General Public License v3.0
113 stars 14 forks source link

Need help with simple build #6

Closed donwade closed 2 years ago

donwade commented 2 years ago

A simple build example would help on your webpage. Perhaps I'm missing something. Best I could figure out is to go to the scripts directory and run $ ./build-arduino-examples.sh

tttapa commented 2 years ago

The build-arduino-examples.sh script is just meant for continuous integration (it runs when I push any changes so I get notified if I break any examples).

As a user, you just open and build the examples using the Arduino IDE.

donwade commented 2 years ago

thanks.