Example of using threads to run different actions happening at the same time.

Dependencies:   Motor Servo

Fork of Fa2018-es200-1121-3321-thread-example-rockem by Fa2018-es200-1112-proj2-rockemsockem

Revision:
2:2710cfd7bc6a
Parent:
0:ed939452cce3
Child:
3:68bba10e81aa
--- a/main.cpp	Sun Oct 14 21:56:20 2018 +0000
+++ b/main.cpp	Sun Oct 14 21:58:10 2018 +0000
@@ -1,6 +1,7 @@
 /*
 ES200 Project 2 thread example
 D Evangelista, 2018
+Note that this uses mbed OS 5 vice OS 2. 
 */
 
 #include "mbed.h"