Simple fish eat program

Dependencies:   mbed mbed-rtos N5110 ShiftReg Tone

Revision:
11:7c1e2a9303d3
Parent:
10:e221bd1ce3ec
Child:
12:20ac766b3175
--- a/main.cpp	Tue Apr 20 15:35:00 2021 +0000
+++ b/main.cpp	Wed Apr 21 11:08:02 2021 +0000
@@ -5,10 +5,6 @@
 #include "Sound.h"
 #include "Settings.h"
 
-/*TO DO:
-* REMEMBER TO USE VERSION CONTROL 
-*   implement sound on/off */
-
 //Attach
 N5110 lcd(p8,p9,p10,p11,p13,p21);
 Joystick joystick(p20, p19);
@@ -24,7 +20,7 @@
 
 int main(){
     settingsMain.systemINIT( lcd, dac, joystick); //initialise board
-    thread.start(theme);
+    //thread.start(theme);
     
     while(1){
         fish.titleSequence(lcd); //calls title sequence