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 NySNICInterface by
YDwifiInterface.cpp@0:61c402886fbb, 2014-03-06 (annotated)
- Committer:
- kishino
- Date:
- Thu Mar 06 11:13:00 2014 +0000
- Revision:
- 0:61c402886fbb
- Child:
- 2:0ba43344c814
The common method which creates a UART command request was created.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| kishino | 0:61c402886fbb | 1 | #include "YDwifiInterface.h" |
| kishino | 0:61c402886fbb | 2 | |
| kishino | 0:61c402886fbb | 3 | |
| kishino | 0:61c402886fbb | 4 | C_YDwifiInterface::C_YDwifiInterface( PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm, int baud): |
| kishino | 0:61c402886fbb | 5 | C_YDwifi(tx, rx, cts, rts, reset, alarm, baud) |
| kishino | 0:61c402886fbb | 6 | { |
| kishino | 0:61c402886fbb | 7 | } |
| kishino | 0:61c402886fbb | 8 | |
| kishino | 0:61c402886fbb | 9 | int C_YDwifiInterface::init() |
| kishino | 0:61c402886fbb | 10 | { |
| kishino | 0:61c402886fbb | 11 | /* Initialize UART */ |
| kishino | 0:61c402886fbb | 12 | initUart(); |
| kishino | 0:61c402886fbb | 13 | return 0; |
| kishino | 0:61c402886fbb | 14 | } |
