2019-01-20 22:39:26 +01:00
|
|
|
#ifndef _IF482_H
|
|
|
|
#define _IF482_H
|
|
|
|
|
|
|
|
#include "globals.h"
|
2019-02-07 23:05:26 +01:00
|
|
|
#include "rtctime.h"
|
2019-01-27 18:19:25 +01:00
|
|
|
|
|
|
|
int if482_init(void);
|
|
|
|
void if482_loop(void *pvParameters);
|
2019-02-10 16:43:24 +01:00
|
|
|
TickType_t tx_time(unsigned long baud, uint32_t config, int8_t rxPin,
|
|
|
|
int8_t txPins);
|
2019-01-20 22:39:26 +01:00
|
|
|
|
|
|
|
#endif
|