crashtest-r0ket/firmware/funk/openbeacon.h

15 lines
278 B
C
Raw Normal View History

2011-07-17 12:25:15 +00:00
#ifndef _OPENBEACON_H_
#define _OPENBEACON_H_
#include <stdint.h>
2011-07-17 15:42:19 +00:00
#include "funk/openbeacon.h"
#include "funk/nrf24l01p.h"
#include "basic/byteorder.h"
2011-07-17 12:25:15 +00:00
#define OPENBEACON_SAVE 0xFFFF
2011-08-02 22:24:31 +00:00
#define OPENBEACON_CHANNEL 81
2011-07-23 20:29:57 +00:00
void openbeaconSetup(void);
2011-12-21 18:52:30 +00:00
void openbeaconSend(void);
2011-07-17 12:25:15 +00:00
#endif