ESP32-PaxCounter/include/if482.h

12 lines
244 B
C
Raw Normal View History

#ifndef _IF482_H
#define _IF482_H
#include "globals.h"
2021-05-09 00:02:41 +02:00
#include "timekeeper.h"
#define IF482_FRAME_SIZE (17)
2019-07-24 20:51:17 +02:00
#define IF482_SYNC_FIXUP (10) // calibration to fixup processing time [milliseconds]
2021-05-09 00:02:41 +02:00
String IRAM_ATTR IF482_Frame(time_t t);
#endif