Incorporate Filters code into NuEVI repo for smoother setup.
This commit is contained in:
parent
c6ad2b6c53
commit
4966a7ea42
5 changed files with 333 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
#include <Wire.h>
|
||||
|
||||
#include <Adafruit_MPR121.h>
|
||||
#include <SPI.h>
|
||||
#include <EEPROM.h>
|
||||
#include <Filters.h> // for the breath signal LP filtering, https://github.com/edgar-bonet/Filters
|
||||
|
||||
#include "FilterOnePole.h" // for the breath signal low-pass filtering, from https://github.com/JonHub/Filters
|
||||
#include "globals.h"
|
||||
#include "hardware.h"
|
||||
#include "midi.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue