#author("2021-10-26T10:06:37+09:00","","") #author("2021-10-26T10:06:50+09:00","","") [[FrontPage]] In Arduino, select File→New (if you have another sketch open,you may want to save it first). Arduinoでは、File→Newを選択します(他のスケッチを開いている場合は、先に保存しておくとよいでしょう)。 When Arduino asks you to name your new sketch folder, type Push Button Control. Arduinoが新しいスケッチフォルダの名前を聞いてくるので、PushButtonControlと入力します。 Arduinoが新しいスケッチフォルダの名前を聞いてくるので、Push Button Controlと入力します。 Type the Example 4-2 code into Arduino (or download it from this book's catalog page and paste it into the Arduino IDE). 例4-2のコードをArduinoに入力します(または、本書のカタログページからダウンロードしてArduino IDEに貼り付けます)。 If everything is correct, the LED will light up when you press the button. 問題がなければ、ボタンを押すとLEDが点灯します。