@@ -118,3 +118,28 @@ _Please update this table as you generate new behaviours!_
At first - make behaviours with your sketch, while you are testing them. See the examples for this!
When you've got something stable, add it to the library. If it fits within an existing file, add it to that (e.g. if it's another thing tthat Servos do, add it to `ServoBehaviours.h`). If it's a new kind of thing, then create a new file and add it in there. (Make sure you do the #IFNDEF stuff - ask if you don't know what that is!).
## Helpful link:
Node Red commands for Evan's blocks:
Servos:
*`wiggle <int>` - int between 0 - 180
*`slow_wiggle <int>` - int between 0 - 180
*`fast_wiggle <int>` - int between 0 - 180
*`goto <int>` - int between 0 - 180
*`drop` - behaviour that rotates from 0 to 180 and back again
LEDs:
*`green_leds <int>` - turns LEDs green, int between 0 - 12
*`red_leds <int>` - turns LEDs red, int between 0 - 12
*`leds <int>` - turns LEDs white, int between 0 - 12
*`green <int>` - turns all LEDs green with set brightness, int between 0 - 100 ?
*`red <int>` - turns all LEDs red with set brightness, int between 0 - 100 ?
*`breathe <int>` - LEDs increase / decrease brightness with set speed, int between ?
*`breathe_blue <int>` - blue LEDs increase / decrease brightness with set speed, int between ?