summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/src/vsn.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/src/vsn.h')
-rw-r--r--nuttx/configs/vsn/src/vsn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/vsn/src/vsn.h b/nuttx/configs/vsn/src/vsn.h
index c9058663e..6a41b6bc1 100644
--- a/nuttx/configs/vsn/src/vsn.h
+++ b/nuttx/configs/vsn/src/vsn.h
@@ -153,6 +153,10 @@
/* Radio Connector */
+#define GPIO_CC1101_CS (GPIO_OUTPUT|GPIO_CNF_OUTPP |GPIO_MODE_50MHz|GPIO_PORTB|GPIO_PIN12|GPIO_OUTPUT_SET)
+#define GPIO_CC1101_GDO0 (GPIO_INPUT|GPIO_CNF_INFLOAT |GPIO_MODE_INPUT|GPIO_PORTC|GPIO_PIN9 )
+#define GPIO_CC1101_GDO2 (GPIO_INPUT|GPIO_CNF_INFLOAT |GPIO_MODE_INPUT|GPIO_PORTD|GPIO_PIN0 )
+
/* Expansion Connector */