summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/c1101lib.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-11-11 22:06:35 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-11-11 22:06:35 +0000
commitbee27b3f0dc610885557426e0ab11b6ecb0a78ff (patch)
tree4bffe34913bed43f76da3f9f66d382453b64f677 /software/hhd70dongle/c1101lib.h
parentAdded TCM8240, SN74LVCC3245A, SDCard Conn to mur-sat.lib (diff)
Beacon Test (still RX Buffer underflow)
git-svn-id: https://svn.spreadspace.org/mur.sat@645 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/c1101lib.h')
-rw-r--r--software/hhd70dongle/c1101lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/software/hhd70dongle/c1101lib.h b/software/hhd70dongle/c1101lib.h
index fc09e71..f654cd3 100644
--- a/software/hhd70dongle/c1101lib.h
+++ b/software/hhd70dongle/c1101lib.h
@@ -142,6 +142,7 @@ int16_t c1101_spi_strobe_command(char address);
uint16_t c1101_setFSKDeviationFromCarrier(int8_t m, int8_t e);
void c1101_init(void);
+void c1101_init_ook_beacon(void);
void c1101_handleStatusByte(char sb);
char c1101_getStatus(void);
uint16_t c1101_measureTemp(void);