A program to automatically tune a guitar. Written by Justin Reidhead and Steven Swenson
Dependencies: FFT FrequencyFinder Motor NewTextLCD PinDetect mbed strings
Diff: strings/strings.h
- Revision:
- 7:057bcd99a3f8
- Parent:
- 5:c0fd99f07536
--- a/strings/strings.h Thu Apr 19 20:31:42 2012 +0000 +++ b/strings/strings.h Fri Apr 20 17:28:27 2012 +0000 @@ -20,4 +20,5 @@ float frequencies[9]; char *notes [9]; int index; + float threshold[6]; };