const - "Constant" variable that will never change. Placed in front of variable declarations. ie. const int RED_PIN = 9
for( ) - Has three statements
- Something to do before starting
- A test to perform; as long as it is true, it will keep looping
- Something to do after each loop, usually increase a variable
RGB base numbers:
- 0 = pure red
- 255 = pure green
- 511 = pure blue
- 767 = pure red
Vilros Ultimate Starter Kit Tutorial Sketches 1-12
No comments:
Post a Comment