#ifndef __ESIC__ #define __ESIC__ #include <stdbool.h> #include <stdint.h> void ESIC_ResetDecoder(); int64_t nextPulseESICSensor(uint32_t width); #endif