summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/hhd70.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-08-25 17:28:52 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-08-25 17:28:52 +0000
commit046f9d86d7c76306ac66fec4fef6b0a39b4aadaa (patch)
tree8b24cb59275a099b024759c736da19faf099585f /software/hhd70dongle/hhd70.h
parentfinalized dongle 0.2 schematic? (diff)
comments
git-svn-id: https://svn.spreadspace.org/mur.sat@602 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 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