summaryrefslogtreecommitdiffstats
path: root/lock/nrfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lock/nrfm.h')
-rw-r--r--lock/nrfm.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/lock/nrfm.h b/lock/nrfm.h
deleted file mode 100644
index 52d4edb..0000000
--- a/lock/nrfm.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef NRFM_H
-#define NRFM_H
-
-#include <stdint.h>
-
-#define ADDRLEN 3
-#define MAXPDLEN 32
-
-void radio_init(const uint8_t rxaddr[ADDRLEN]);
-
-void radio_listen(void);
-
-void radio_pwr_dwn(void);
-
-uint8_t radio_recv(char *buf, uint8_t n);
-
-void radio_flush_rx(void);
-
-uint8_t radio_sendto(const uint8_t addr[ADDRLEN], const char *msg, uint8_t n);
-
-#endif /* NRFM_H */