Arduino Leonardoを買った

自分がよく使うソフトに最適なボタンを作ってみた。 以下のサイトを参考にさせて頂いた。 qiita.com Arduinoスケッチ #include "Keyboard.h" const int buttonON = LOW; // ボタンが押されているとピンの値はLOW const int buttonPin1 = 13; const int buttonPin2 = 12; const int buttonPin3 = 11; const int buttonPin4 …