From a32ee2c3d1c30ae0907d89cbfe972ff092e2122c Mon Sep 17 00:00:00 2001 From: Steve Lascos Date: Thu, 13 Sep 2018 20:39:34 -0400 Subject: [PATCH] . --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index d4a41ac..4ce0808 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,8 @@ In order to use BALibrary, you should: 1. Install the Arduino IDE. This is where you write and compile your software, called 'sketches'. See [here](https://www.arduino.cc/en/Main/Software). 2. Install the Teensyduino plugin for the Arduino IDE. This provides support for programming Teensy boards over USB, as well as access to the plethora of helpful libraries and examples it provides. See [here](https://www.pjrc.com/teensy/td_download.html). 3. Download the BALibrary library, and use the Library Manager in the Arduino IDE to install it. See [here](https://www.arduino.cc/en/Guide/Libraries) for details.. -<<<<<<< HEAD - 4. Include "BALibrary.h" in your sketch. -======= 4. Include "BALibrary.h" for access to general purpose classes. 5. Include "BAEffects.h" for access to Blackaddr Audio custom audio effect classes. ->>>>>>> 1babb0786fb0954d86b8c7ab05485a09d2b401d3 **HARDWARE** The audio primitives and effects provided in the BALibrary library require no special hardware other than a Teensy 3.x series board. However, in order to use the external RAM features provided in some effects, the SPI pins used must be the same as those used on the Blackaddr [TGA-Pro audio shield](http://blackaddr.com/products/).