Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more
Fork of YDwifiInterface by
Diff: YDwifiInterface.cpp
- Revision:
- 0:61c402886fbb
- Child:
- 2:0ba43344c814
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/YDwifiInterface.cpp Thu Mar 06 11:13:00 2014 +0000
@@ -0,0 +1,14 @@
+#include "YDwifiInterface.h"
+
+
+C_YDwifiInterface::C_YDwifiInterface( PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm, int baud):
+ C_YDwifi(tx, rx, cts, rts, reset, alarm, baud)
+{
+}
+
+int C_YDwifiInterface::init()
+{
+ /* Initialize UART */
+ initUart();
+ return 0;
+}
\ No newline at end of file

Murata TypeYD