10 lines
144 B
C
10 lines
144 B
C
#ifndef _IF482_H
|
|
#define _IF482_H
|
|
|
|
#include "globals.h"
|
|
#include "rtctime.h"
|
|
|
|
int if482_init(void);
|
|
void if482_loop(void *pvParameters);
|
|
|
|
#endif |