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: mbed mbed-rtos EthernetInterface
Diff: main.cpp
- Branch:
- add_TCP_Socket
- Revision:
- 3:791851ed2989
- Parent:
- 1:8485adfbbd18
diff -r 1bbc8e401827 -r 791851ed2989 main.cpp --- a/main.cpp Mon Dec 10 20:22:25 2018 +0000 +++ b/main.cpp Mon Dec 10 20:26:49 2018 +0000 @@ -122,6 +122,9 @@ // main() runs in its own thread in the OS int main() { + /* Start Thread */ + Thread thread_get(ethernet_thread); + float voltage_ctrl_main = 0.0; char command; char address;