mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 05:24:30 +01:00
cleanup build, examples and library
This commit is contained in:
@@ -20,7 +20,7 @@ class Sprocket {
|
||||
Sprocket(SprocketConfig);
|
||||
Sprocket* init(SprocketConfig);
|
||||
Sprocket* join(Network&);
|
||||
Sprocket* addTask(Task&); // REMOVE ??
|
||||
Sprocket* addTask(Task&);
|
||||
virtual void loop();
|
||||
virtual Sprocket* activate();
|
||||
virtual Sprocket* activate(Scheduler*) { return this; }
|
||||
|
||||
Reference in New Issue
Block a user