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 6:9a5452aa722c, committed 2022-05-18
- Comitter:
- sandya
- Date:
- Wed May 18 07:31:27 2022 +0000
- Parent:
- 5:bc0296a5ad8a
- Commit message:
- IOT GSAS
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Mar 18 19:10:19 2016 +0000 +++ b/main.cpp Wed May 18 07:31:27 2022 +0000 @@ -16,10 +16,10 @@ AnalogIn Ain1(p18); AnalogIn Ain2(p19); -/* -char ssid[32] = "hsd"; // enter WiFi router ssid inside the quotes -char pwd [32] = "austin123"; // enter WiFi router password inside the quotes -*/ + +char ssid[32] = "GSASMSPL R&D"; // enter WiFi router ssid inside the quotes +char pwd [32] = "9845019096"; // enter WiFi router password inside the quotes + float temperature, AdcIn, Ht; float R1=100000, R2=10000; // resistor values to give a 10:1 reduction of measured AnalogIn voltage char Vcc[10];