arm studio build

Dependencies:   libxDot-mbed5

Revision:
27:ee9c063a535b
Parent:
26:f51ff4ad7a93
Child:
28:2e22e364a162
--- a/src/commI2C.cpp	Sat Feb 22 18:14:25 2020 +0000
+++ b/src/commI2C.cpp	Wed Jun 10 14:50:17 2020 +0000
@@ -30,9 +30,6 @@
     wake.output();
     wake = 1;                            
     wait_ms(10);    //proc uses interrupts on lora_wake, so don't need to wait,just pulse it
-    wake = 0;       //set wake lo  
-    wait_ms(1);  
-    wake.input();   //go back to input mode   !!! wake pull hi if go back to input mode ??? 
     return;
 }
 //==============================================================================