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.
Fork of SNICInterface by
YDwifiInterface.cpp
- Committer:
- kishino
- Date:
- 2014-03-06
- Revision:
- 0:61c402886fbb
- Child:
- 2:0ba43344c814
File content as of revision 0:61c402886fbb:
#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; }