modified to get more signal info

Dependencies:   WncControllerModified

Fork of WncControllerK64F by Avnet

Revision:
33:0ec8be33d86d
Parent:
32:93703ebed512
--- a/WncControllerK64F.cpp	Wed Apr 19 15:18:48 2017 +0000
+++ b/WncControllerK64F.cpp	Thu Jun 22 02:33:37 2017 +0000
@@ -164,7 +164,7 @@
 
 void WncControllerK64F::waitUs(int t)
 {
-    wait_ms(t);
+    wait_us(t);
 }
 
 int  WncControllerK64F::getLogTimerTicks(void)