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.
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Diff: api/Endpoint.h
- Revision:
- 1:cabdd0350707
- Parent:
- 0:b438482ebbfc
- Child:
- 2:853f9ecc12df
diff -r b438482ebbfc -r cabdd0350707 api/Endpoint.h
--- a/api/Endpoint.h Tue Jan 27 22:23:51 2015 +0000
+++ b/api/Endpoint.h Tue Jan 27 22:52:25 2015 +0000
@@ -63,9 +63,9 @@
void initialize();
/**
- Begin the endpoint's main tasklet
+ Finalize the endpoint's configuration and begin the endpoint's main even loop
*/
- static void startTasklet();
+ static void start();
protected:
