summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/hhd70.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2013-02-05 04:02:57 +0000
committerBernhard Tittelbach <xro@realraum.at>2013-02-05 04:02:57 +0000
commitd42183a165f5d5e13b7f0ec4919a45f1bcce98e4 (patch)
tree75cec9a57f72c993e811c4d15b444a6caa8c9cdf /software/hhd70dongle/hhd70.h
parentupgraded avr utils from spreadspace (diff)
hhd70dongle OOK Beacon Test
git-svn-id: https://svn.spreadspace.org/mur.sat@663 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/hhd70.h')
-rw-r--r--software/hhd70dongle/hhd70.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/software/hhd70dongle/hhd70.h b/software/hhd70dongle/hhd70.h
index c5b001f..e8a4fa0 100644
--- a/software/hhd70dongle/hhd70.h
+++ b/software/hhd70dongle/hhd70.h
@@ -33,6 +33,8 @@
#ifndef MURSAT_hhd70_h_INCLUDED
#define MURSAT_hhd70_h_INCLUDED
+#include <stdbool.h>
+
#define SPI_DDR DDRB
#define SPI_PORT PORTB
#define SPI_PINB_REG PINB
@@ -61,5 +63,8 @@ void hhd70_palna_txmode(void);
void hhd70_palna_rxmode(void);
void hhd70_palna_off(void);
int8_t hhd70_rx_data_available(void);
+void hhd70_config_GDO0_OOK_output(bool output_mode);
+void hhd70_set_OOK_GDO0_high(void);
+void hhd70_set_OOK_GDO0_low(void);
#endif