Wiegand.h
#ifndef WIEGAND_H #define WIEGAND_H #include <stdint.h> #include <stdbool.h>
void IRAM_ATTR on_d1_falling() record_bit(1); wiegand.h
// Example ISR (pseudo-code) void IRAM_ATTR on_d0_falling() record_bit(0); #ifndef WIEGAND_H #define WIEGAND_H #include <stdint
