From 3f23c22eb2ae1a4d08b0168857cf4fdfe3ea1005 Mon Sep 17 00:00:00 2001 From: Blackaddr Audio Date: Fri, 27 Apr 2018 08:00:49 -0400 Subject: [PATCH] Update README.md Added more explicit instructions about requiring the Blackaddr modified versionof the DmaSpi library which is installed separately. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea955d1..144991b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This library is under active development as of 2018. **REQUIREMENTS** This library uses a forked (modified) version of [DmaSpi](https://github.com/Blackaddr/DmaSpi) for Teensy, a library that extends SPI functionality to support DMA. This allows audio programs to use external SPI RAM with very little processor overhead. +**YOU MUST DOWNLOAD AND INSTALL THE DMA SPI LIBRARY FROM THE LINK ABOVE SEPARATELY TO USE THIS BAGUITAR LIBRARY. IT IS NOT AUTOMATICALLY INSTALLED AS PART OF THE BAGUITAR LIBRARY** + Last tested with: Arduino IDE: v1.8.5 Teensyduino: v1.41*