|
/*
|
|
* beacon.h
|
|
*
|
|
* Created on: 01.07.2017
|
|
* Author: mateusz
|
|
*/
|
|
|
|
#ifndef INCLUDE_APRS_BEACON_H_
|
|
#define INCLUDE_APRS_BEACON_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
void SendOwnBeacon(void);
|
|
void SendStartup(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* INCLUDE_APRS_BEACON_H_ */
|