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.
Revision 2:bc0caa30735b, committed 2017-02-27
- Comitter:
- divui
- Date:
- Mon Feb 27 13:06:39 2017 +0000
- Parent:
- 1:a3481c2fb440
- Commit message:
- .
Changed in this revision
Readme.txt | Show annotated file Show diff for this revision Revisions of this file |
serverReciveTethering.txt | Show annotated file Show diff for this revision Revisions of this file |
--- a/Readme.txt Mon Feb 27 12:48:48 2017 +0000 +++ b/Readme.txt Mon Feb 27 13:06:39 2017 +0000 @@ -18,7 +18,10 @@ TX ---> D8 - +** Bisogna condividere la connessione da un qualunque dispositov con i seguenti paramentri: + SSID: "ArduinoAP" + PSW: "12345678" + ** In MBED bisogna definire la seriale: Serial esp(PA_9,PA_10); { PA_9 - TX - (D8) ---- PA_10 - RX - (D2) }
--- a/serverReciveTethering.txt Mon Feb 27 12:48:48 2017 +0000 +++ b/serverReciveTethering.txt Mon Feb 27 13:06:39 2017 +0000 @@ -20,9 +20,12 @@ * G ---> GND * TX ---> D8 * - * - * - * + * + * Bisogna condividere la connessione da un qualunque dispositov con i seguenti paramentri: + * SSID: "ArduinoAP" + * PSW: "12345678" + * + * In MBED bisogna definire la seriale: * Serial esp(PA_9,PA_10); { PA_9 - TX - (D8) ---- PA_10 - RX - (D2) } *