Demo

Dependencies:   mbed

Revision:
2:0ee90da44162
Parent:
0:3dac4f477e98
--- a/main.cpp	Thu Jul 09 05:14:58 2015 +0000
+++ b/main.cpp	Thu May 19 15:52:24 2016 +0000
@@ -28,6 +28,9 @@
     SerialMuxSel(1);   
     ret += ZPH01_Init();
     
+    SerialMuxSel(2); 
+    //ret += ESP01_Init();
+    
     SerialMuxSel(3);   
     ret += ZE08_Init();
     return ret;