pecanpico10/tracker/software/source/threads/rxtx/beacon.h

15 wiersze
221 B
C

#ifndef __BEACON_H__
#define __BEACON_H__
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
void start_beacon_thread(thd_pos_conf_t *conf);
#ifdef __cplusplus
}
#endif
#endif /* __BEACON_H__ */