summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/hhd70.h
diff options
context:
space:
mode:
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