FrontPage

This instruction now turns off the LED that we previously turned on.

Here, we delay for another second. The LED will be off for 1 second. This closing curly brace marks the end of the loop() function. When Arduino gets to this, it starts over again at the beginning of loop(). To sum up, this program does this: • Turns pin 13 into an output (just once at the beginning) • Enters a loop • Switches on the LED connected to pin 13 • Waits for a second • Switches off the LED connected to pin 13 • Waits for a second • Goes back to beginning of the loop


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS