こんにちは。A型事業所から帰宅してからの「30分タスク」。そして今ではnoteを書くのが大切な日課になっています。 今日やったこと 今日は、マイコン「Arduino」の設定を行いました。 Arduinoに数字を表示させるプログラムをインストールしました。 それから ...
Clone the repo Open the .ino file in Arduino IDE Upload to your board and follow the instructions in the Serial Monitor ...
// creates variable with type of char to receive serial input(What will be sent to the arduino uno) char input; // fuction that delays loop unless there is something ...