User Tools

Site Tools


user:clamphi3:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

user:clamphi3:start [2023/09/14 02:51] – created clamphi3user:clamphi3:start [2023/09/20 01:05] (current) clamphi3
Line 1: Line 1:
 When inputting specifying the size of something replace size with the name of what is being represented. 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.1694659871.txt.gz · Last modified: 2023/09/14 02:51 by clamphi3