この記事は、別記事「PCDJ用MIDIコントローラーをArduinoで自作する(その①:立志編)」の姉妹記事です。お姉さんにあたる①では、今回のコントローラー製作の全体像がわかるので、ぜひそちらもご覧ください。 元記事でもちらっと書きましたが、僕自身 ...
After compiling and uploading a sketch, a digitalRead of a pin or an interrupt on a pin will do what it is supposed to. After a deepSleep(), the same event will reset the ESP8266. This example was ...
今回はパッシブブザーを使った応用例として、電子ピアノの作り方を解説します。 タクトスイッチを鍵盤に見立て、押された時にド、レ、ミといった音階が鳴るようなプログラムを作ります。 前回の「パッシブブザーの使い方 #8」を先に読んでいただくと ...
Hi, I have noticed a serious issue on digitalRead () on any pin. I have a system with a 47k pull-down resistor, and a switch that pull the pin high. However, I noticed that if I don't run the ...