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
diff -r e370f322a697 -r c0fd99f07536 strings/strings.cpp
--- a/strings/strings.cpp	Mon Apr 16 23:17:49 2012 +0000
+++ b/strings/strings.cpp	Tue Apr 17 19:46:33 2012 +0000
@@ -152,6 +152,10 @@
         index=0;
 }
 
+void strings::reset_index(){
+    index=4;
+}
+
 char* strings::get_note() {
     return notes[index];
 }