ESP32-PaxCounter/include/if482.h
2019-02-16 15:02:07 +01:00

13 lines
260 B
C

#ifndef _IF482_H
#define _IF482_H
#include "globals.h"
extern HardwareSerial IF482;
void IF482_Pulse(time_t t);
String IF482_Frame(time_t tt);
TickType_t tx_Ticks(unsigned long baud, uint32_t config, int8_t rxPin,
int8_t txPins);
#endif