summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/hhd70.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-02-15 01:02:19 +0000
committerChristian Pointner <equinox@mur.at>2013-02-15 01:02:19 +0000
commit171dbe3c6f11d7970f06dfa88e5251c74a5da5a4 (patch)
tree159dcf35a0c4fe24bd3425fa2cd8d225e369010a /software/hhd70dongle/hhd70.h
parentadded N (no mode) (diff)
added bias pwm for RFPA 3800 power
git-svn-id: https://svn.spreadspace.org/mur.sat@672 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/hhd70.h')
-rw-r--r--software/hhd70dongle/hhd70.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/software/hhd70dongle/hhd70.h b/software/hhd70dongle/hhd70.h
index e8a4fa0..090c96a 100644
--- a/software/hhd70dongle/hhd70.h
+++ b/software/hhd70dongle/hhd70.h
@@ -66,5 +66,9 @@ 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);
+void hhd70_bias_set(uint8_t val);
+uint8_t hhd70_bias_get(void);
+void hhd70_bias_inc(void);
+void hhd70_bias_dec(void);
#endif