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 LSM9DS1_Library_cal SDFileSystem mbed wave_player
Fork of 4180Lab_4 by
Webpage.h@2:c7779da25bdb, 2016-11-02 (annotated)
- Committer:
- Priunsh_N
- Date:
- Wed Nov 02 21:46:12 2016 +0000
- Revision:
- 2:c7779da25bdb
- Parent:
- 1:bbd83a3a8372
Final
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| rmaran6 | 0:2b0c527942db | 1 | #include "mbed.h" |
| rmaran6 | 0:2b0c527942db | 2 | |
| Priunsh_N | 1:bbd83a3a8372 | 3 | class Webpage { |
| rmaran6 | 0:2b0c527942db | 4 | public: |
| Priunsh_N | 2:c7779da25bdb | 5 | Webpage(PinName tx, PinName rx); |
| Priunsh_N | 2:c7779da25bdb | 6 | void update(); |
| Priunsh_N | 2:c7779da25bdb | 7 | void updateOutput(int actvitylvl); |
| Priunsh_N | 2:c7779da25bdb | 8 | void init(); |
| Priunsh_N | 2:c7779da25bdb | 9 | bool getPlay(); |
| Priunsh_N | 2:c7779da25bdb | 10 | protected: |
| Priunsh_N | 2:c7779da25bdb | 11 | void ReadWebData(); |
| Priunsh_N | 2:c7779da25bdb | 12 | void startserver(); |
| rmaran6 | 0:2b0c527942db | 13 | void SendCMD(); |
| Priunsh_N | 2:c7779da25bdb | 14 | void getreply(); |
| Priunsh_N | 2:c7779da25bdb | 15 | void Tx_interrupt(); |
| Priunsh_N | 2:c7779da25bdb | 16 | void Rx_interrupt(); |
| Priunsh_N | 2:c7779da25bdb | 17 | void read_line(); |
| rmaran6 | 0:2b0c527942db | 18 | Serial esp; |
| Priunsh_N | 2:c7779da25bdb | 19 | }; |
| Priunsh_N | 2:c7779da25bdb | 20 | |
| Priunsh_N | 2:c7779da25bdb | 21 |
