A program to automatically tune a guitar. Written by Justin Reidhead and Steven Swenson

Dependencies:   FFT FrequencyFinder Motor NewTextLCD PinDetect mbed strings

Revision:
5:c0fd99f07536
Parent:
4:e370f322a697
Child:
7:057bcd99a3f8
--- a/strings/strings.h	Mon Apr 16 23:17:49 2012 +0000
+++ b/strings/strings.h	Tue Apr 17 19:46:33 2012 +0000
@@ -9,6 +9,7 @@
     ~strings(void);
 
     void inc_index();
+    void reset_index();
     char* get_note();
     float get_freq();