12 pinMode(
irPin, INPUT);
18 uint32_t currUS = micros();
20 if(!digitalRead(
irPin))
34 if(delta > 8500 && delta < 9500)
48 else if(delta < 500 || delta > 700)
57 if(codeLength < 5300 && codeLength > 4800)
64 else if(codeLength < 3300 && codeLength > 2700)
75 if(codeLength < 1300 && codeLength > 900)
81 else if(codeLength < 2500 && codeLength > 2000)
volatile uint32_t lastRisingEdge
volatile uint32_t risingEdge
void handleIRsensor(void)
volatile uint32_t fallingEdge
volatile uint32_t currCode
void handleIRsensor(void)
volatile uint32_t lastReceiveTime