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 Wifly_configure by
Revision 2:012b53613270, committed 2013-11-15
- Comitter:
- avnisha
- Date:
- Fri Nov 15 04:41:32 2013 +0000
- Parent:
- 1:20eea0789016
- Commit message:
- ok
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Nov 06 12:12:21 2011 +0000
+++ b/main.cpp Fri Nov 15 04:41:32 2013 +0000
@@ -1,12 +1,13 @@
#include "mbed.h"
Serial pc(USBTX, USBRX);
-Serial wifi(p9,p10);
+//Serial wifi(p9,p10); // app board
+Serial wifi(p28,p27); // Polulu
int main() {
- pc.printf("Test Wifly!\r\n");
+ pc.printf("Test Polulu ifly!\r\n");
while (1)
{
