Arduino ile Ldr ışık değişimini RGB Led ile gösterme
Arduino Başlangıç Seti: Proje 4 Proje adı: RENK KARIŞTIRMA LAMBASI Video_2019-12-19_170334 Keşfedin: analog çıkış, haritalama değerleri Kod: const int redPin = 11;// Red LED const int greenPin = 10; // Green LED const int bluePin = 9; // Blue LED const int redSensorPin = A0; //variable to store sensor reading const int greenSensorPin = A1; […]