WeMos (5) TM1637 7段4桁LED表示

7段4桁LED を表示してみる 参考のURLの通り、試しただけ。 TM1637 用ライブラリをインストール ライブラリをダウンロード https://github.com/avishorp/TM1637 ライブラリを Arduino IDE にインストール Arduino IDE の [スケッチ] → [ライブラリを使用] → [ライブラリをインストール…] からダウンロードしたライブラリ ZIP を選択しインストールする。 繋がる const int CLK = D6; //Set the CLK pin connection to the display const int DIO = D5; //Set the DIO pin connection to the display スケッチを作成する #include <TM1637Display.h> const int CLK … Continue reading WeMos (5) TM1637 7段4桁LED表示