**Step 3. Arduino Main Procedure** Generally, main procedure of Arduino includes two subprocedures, we call them `setup` and `loop`. The code in `setup` will run once when Arduino powered on, and run ...