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.
Dependencies: 4DGL-uLCD-SE mbed
WifiControl.cpp@7:33ef027d0378, 2015-10-16 (annotated)
- Committer:
- kevinrhyne
- Date:
- Fri Oct 16 20:06:14 2015 +0000
- Revision:
- 7:33ef027d0378
- Parent:
- 6:0f78860615d4
functional inits for WifiControl, AP, Reporter
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
kevinrhyne | 7:33ef027d0378 | 1 | #include <stdio.h> |
kevinrhyne | 3:d30ae8ff30bf | 2 | |
kevinrhyne | 3:d30ae8ff30bf | 3 | class WifiControl { |
kevinrhyne | 7:33ef027d0378 | 4 | public: |
kevinrhyne | 7:33ef027d0378 | 5 | WifiControl() {printf("WifiControl init");} // Constructor |
kevinrhyne | 3:d30ae8ff30bf | 6 | |
kevinrhyne | 7:33ef027d0378 | 7 | }; |