=_86DuinoReference

=

[Arithmetic Operators] Description Stores the value to the right of the equal sign in the variable to the left of

Read More »
if_86DuinoReference

if

[Control Structures] Description if, which is used in conjunction with a comparison operator, tests whether a certain condition has been

Read More »
loop_86DuinoReference

loop()

[Sketch] Description After creating a setup() function, which initializes and sets the initial values, the loop() function does precisely what its name suggests, and

Read More »
setup_86DuinoReference

setup()

[Sketch] Description The setup() function is called when a sketch starts. Use it to initialize variables, pin modes, start using libraries, etc.

Read More »
上部へスクロール