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
Revision 3:791851ed2989, committed 2018-12-10
- Comitter:
- yukisega
- Date:
- Mon Dec 10 20:26:49 2018 +0000
- Branch:
- add_TCP_Socket
- Parent:
- 2:1bbc8e401827
- Commit message:
- fix start thread
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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;