ECE3872 HW/SW Project Code

Dependencies:   mbed Servo mbed-rtos 4DGL-uLCD-SE PinDetect X_NUCLEO_53L0A1

Revision:
19:f76e4ffddbe1
Parent:
4:1790aa9234a3
Child:
20:8c3644bf5d28
diff -r 1790aa9234a3 -r f76e4ffddbe1 main.cpp
--- a/main.cpp	Tue Mar 31 20:03:55 2020 +0000
+++ b/main.cpp	Sat Apr 04 23:51:19 2020 +0000
@@ -1,5 +1,6 @@
 #include "mbed.h"
 #include "audio_out.h"
+#include "motor_ctl.h"
 
 DigitalOut myled(LED1);
 // States 
@@ -106,5 +107,7 @@
 }
 
 int main() {
-    state_machine_mgr();
+    //state_machine_mgr();
+    //motor_ctl();
+    record_and_play();
 }