setup

Runs once when the Arduino starts. Used for initialization.

Arduino Programming Structure setup

loop

Runs repeatedly after setup(). Contains the main program logic.

Arduino Programming Structure loop

A full tutorial with all data types, examples, and when to use them will be released soon. Please refer to docs.arduino.cc for general Arduino help

Arduino Language Reference Glossary

Website: docs.arduino.cc

https://docs.arduino.cc/language-reference/)


This site uses Just the Docs, a documentation theme for Jekyll.