ESP32-PaxCounter/include/if482.h

11 lines
220 B
C
Raw Normal View History

#ifndef _IF482_H
#define _IF482_H
#include "globals.h"
#define IF482_FRAME_SIZE (17)
2019-03-31 19:13:06 +02:00
#define IF482_SYNC_FIXUP (2) // calibration to fixup processing time [milliseconds]
String IRAM_ATTR IF482_Frame(time_t tt);
#endif