Skip to content
Snippets Groups Projects
Commit 062d18e2 authored by emorgan's avatar emorgan
Browse files

typo

parent 3adaa53c
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ void setup() // This runs when the VizBlock starts up
/*
* Servo behaviours:
*/
// Add in three different versions of the servo wiggling, with different speed parameters
// Add in two different versions of the servo wiggling, with different speed parameters
block.add(new ServoWiggle(s1, "slow_wiggle", 10) );
block.add(new ServoWiggle(s1, "fast_wiggle", 1) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment