User Tools

Site Tools


user:clamphi3:start

When inputting specifying the size of something replace size with the name of what is being represented.

When it comes to turning on and off power to the rest of the board use digitalWrite (gpio_pin, (then here you would put HIGH or LOW));

use int gpio_pin =__ to specify what gpio you will be controlling the flow of the circuit from.

High changes the output to 1 instead of 0 and low turns 0 to 1.

using a delay is very important, you'd write delay(—-); inside the parentheses you can specify how many ms it will pause for.

user/clamphi3/start.txt · Last modified: 2023/09/19 21:05 by clamphi3