modified to get more signal info
Dependencies: WncControllerModified
Fork of WncControllerK64F by
History
modified to get more signal info
2017-11-25, by tdMBED [Sat, 25 Nov 2017 21:51:22 +0000] rev 35
modified to get more signal info
modified to get more signal info
2017-11-25, by tdMBED [Sat, 25 Nov 2017 21:50:28 +0000] rev 34
modified to get more signal info
waitUs() was calling wait_ms(), fixed now. Nothing was using waitUs() yet anyways, so the bug is benign.
2017-06-22, by fkellermavnet [Thu, 22 Jun 2017 02:33:37 +0000] rev 33
waitUs() was calling wait_ms(), fixed now. Nothing was using waitUs() yet anyways, so the bug is benign.
Debug output was using the UART which caused collisions with stdio who may be using the same UART. Implemented a WNCDebug class that allows the user to define where to send the debug info--UART, STDOUT, STDERR.
2017-04-19, by JMF [Wed, 19 Apr 2017 15:18:48 +0000] rev 32
Debug output was using the UART which caused collisions with stdio who may be using the same UART. Implemented a WNCDebug class that allows the user to define where to send the debug info--UART, STDOUT, STDERR.
The changes in this commit only update the UART serial routines from MODSERIAL to BufferedSerial. The BufferedSerial library has better support in mbed v5. MODSERIAL doesn't compile properly.
2017-04-17, by JMF [Mon, 17 Apr 2017 23:58:40 +0000] rev 31
The changes in this commit only update the UART serial routines from MODSERIAL to BufferedSerial. The BufferedSerial library has better support in mbed v5. MODSERIAL doesn't compile properly.
...
2017-04-06, by jmf [Thu, 06 Apr 2017 21:43:07 -0400] rev 30
...
Switched to standard 'Serial' used in Mbed v5.4
2017-04-06, by JMF [Thu, 06 Apr 2017 19:19:55 +0000] rev 29
Switched to standard 'Serial' used in Mbed v5.4
just re-imported it
2017-04-06, by JMF [Thu, 06 Apr 2017 13:57:24 +0000] rev 28
just re-imported it
Updates to account for compiler changes.
2017-03-24, by JMF [Fri, 24 Mar 2017 22:25:57 +0000] rev 27
Updates to account for compiler changes.
Fixed several compile errors that occurred when the mbed compiler was upgraded.
2017-03-09, by JMF [Thu, 09 Mar 2017 00:59:39 +0000] rev 26
Fixed several compile errors that occurred when the mbed compiler was upgraded.