Arama Sonuçları - Sorgulanan Kelime: *

  1. RufatM

    Çözüldü Arduino'da IR alıcı hep FFFFFFFF değerini veriyor

    #include <IRremote.h> #define OUTPUT_PIN 3 IRrecv IR(2); // Im using the pin 2 decode_results results; Serial.begin(9600); IR.enableIRIn() void setup(){ Serial.begin(9600); IR.enableIRIn(); pinMode(OUTPUT_PIN, OUTPUT); } Örnek bir kod.
  2. RufatM

    Çözüldü Arduino'da IR alıcı hep FFFFFFFF değerini veriyor

    https://forum.arduino.cc/t/ir-sensor-giving-0xffffff-code-only/1146258/2 https://forum.arduino.cc/t/ir-remote-giving-same-hex-code-ffffffff/1142852/16
Geri
Yukarı