Rust project for the Arduino Uno with phototransistor inputs. I needed to place the phototransistors more apart than in the chapter blueprint. This created the space to be able to use the color ...
const int greenLEDPin = 9; const int redLEDPin = 10; const int blueLEDPin = 11; const int redSensorPin = A0; const int greenSensorPin = A1; const int blueSensorPin = A2; int redValue = 0; int ...
久しぶりのコピペテックマガジン記事です。 今回は、今年の3月に予定していた技術書典 Vol8に向けて書いた「ESP32とobnizOSで作るIoTツールDIY集」から「第3章 7 色に変化する和紙製ランプ」の内容をマイコンESP32だけで実装できるチュートリアルとしてnote用に ...