13 lines
260 B
C
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 |