Install libraries and dependencies - AidaDSP/AidaDSP.github.io GitHub Wiki

To install libraries follow this procedure:

  1. Download Aida DSP libraries from here
  2. Create a folder AidaDSP into your Arduino library folder. For example on my Pc the path is C:\Users\Massimo\Documents\Arduino\libraries. Inside this folder copy AidaDSP.cpp and AidaDSP.h files. Please note that for Energia the procedure is the same.
  3. Now search Wire folder inside your Arduino installation folder. Please note that for Arduino Due (based on SAM processors) and Arduino Uno/Mega (based on AVR processors) the paths are differents. For example these are the paths in my Pc:
  • Arduino2 C:\arduino-1.6.0\hardware\arduino\sam\libraries
  • Arduino Uno/Mega/Etc... C:\arduino-1.6.0\hardware\arduino\avr\libraries All you have to do is substitute all the files inside Wire folder with the ones provided in our repo in the folder WireMod. You can make a backup of previous files but don't leave them inside the folder. Wire library has been modified to be compatible 100% with previous one, just backup these files to be sure you'll find them in future.
  1. Now to check that everything is working open one of our examples with your IDE and compile it! You should see no errors or warnings. If you experience problems contact me at [email protected].