VizBlocks
|
#include <ServoBehaviours.hpp>
Public Member Functions | |
ServoWiggle (Servo servo, String name="ServoWiggle", int slowness=3) | |
char * | args () |
What does this do? More... | |
String | start (String args) |
What does this do? More... | |
void | update () |
What does this do? More... | |
![]() | |
Behaviour (String name) | |
~Behaviour () | |
virtual boolean | is_interruptable () |
virtual boolean | is_temp () |
virtual boolean | is_priority () |
virtual boolean | is_running () |
virtual boolean | is_background () |
virtual String | name () |
virtual void | stop () |
Additional Inherited Members | |
![]() | |
boolean | _interruptable = true |
boolean | _temp = false |
boolean | _priority = false |
boolean | _running = false |
boolean | _background = false |
String | _name = "name" |
ServoWiggle::ServoWiggle | ( | Servo | servo, |
String | name = "ServoWiggle" , |
||
int | slowness = 3 |
||
) |
|
virtual |
What does this do?
Reimplemented from Behaviour.
|
virtual |
What does this do?
Reimplemented from Behaviour.
|
virtual |
What does this do?
Reimplemented from Behaviour.