We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572d230 commit 96309a9Copy full SHA for 96309a9
ArduinoProtoThread.hpp
@@ -40,12 +40,13 @@ class ArduinoProtoThread : public ArduinoProtoThreadStateMachine
40
~ArduinoProtoThread() { }
41
42
void setExecutionIntervalTo(unsigned long newIntervalInMs);
43
+ void timeSlice();
44
- // From ArduinoProtoThreadStateMachine
45
+ // BEGIN from ArduinoProtoThreadStateMachine //////////
46
void changeStateTo(ArduinoProtoThreadState newState);
47
ArduinoProtoThreadState currentState();
48
void delegateCallbacksTo(ArduinoProtoThreadDelegate *object);
- void timeSlice();
49
+ // END from ArduinoProtoThreadStateMachine //////////
50
51
protected:
52
unsigned long timeDifference;
0 commit comments