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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/software/hhd70dongle/hhd70.h b/software/hhd70dongle/hhd70.h
index a3df36a..4adeb3e 100644
--- a/software/hhd70dongle/hhd70.h
+++ b/software/hhd70dongle/hhd70.h
@@ -39,8 +39,12 @@
#define CS DDB0
#define SCK DDB1
#define MOSI DDB2
+// MISO DDB3 is also GDO1 (can be used when CS == 0)
#define MISO DDB3
+//GDO2 currently used for RX Buffer Filled Interrupt
#define GDO2 DDB4
+//GDO0 currently only used for c1101 internal temperature sensor
+//GDO0 future use: connect directly to RX/TX Switch (set GDO0_CFG to 0x2F)
#define GDO0 DDB5
#define RE DDB6
#define TE DDB7