Skip to content
Snippets Groups Projects
Commit 591abbba authored by Joe Revans's avatar Joe Revans
Browse files

Node Red commands in the readme

parent fc85af38
No related branches found
No related tags found
3 merge requests!4Joe merge,!2Docs,!1Pactman/VizBlocks Merge
......@@ -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 ?
## Helpful link:
https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html
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