Volltextergebnisse:
- ps2014
- ********** * Lampe IKEA2014 - Full Firmware * - Non-blocking state machine (IDLE, HOMING, MOVING, ST... void ICACHE_RAM_ATTR hallISR() { unsigned long now = micros(); if (now - lastHallMicros < HALL_DEBOUNCE_US) return; lastHallMicros = now; hallPulses++; hallEvent = true; lastPulse

