summaryrefslogtreecommitdiffstats
path: root/martin/door/src/cc1101.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2021-01-12 11:23:49 +0100
committermanuel <manuel@mausz.at>2021-01-12 11:24:12 +0100
commit7f7afe23b46a9b399213c95076630a685a4c9b56 (patch)
tree48374114753bef79db909d99513ff916a24f31f8 /martin/door/src/cc1101.cpp
parentbeb3de2c0abaa81c47ef571ca9a399a6137c6dea (diff)
downloadarduino-7f7afe23b46a9b399213c95076630a685a4c9b56.tar.gz
arduino-7f7afe23b46a9b399213c95076630a685a4c9b56.tar.bz2
arduino-7f7afe23b46a9b399213c95076630a685a4c9b56.zip
martin/door: add support for autoupdate + different radio
Diffstat (limited to 'martin/door/src/cc1101.cpp')
-rw-r--r--martin/door/src/cc1101.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/martin/door/src/cc1101.cpp b/martin/door/src/cc1101.cpp
index 0f76d38..16e405f 100644
--- a/martin/door/src/cc1101.cpp
+++ b/martin/door/src/cc1101.cpp
@@ -10,7 +10,7 @@
10 10
11static const uint8_t cc1101_init[] = { 11static const uint8_t cc1101_init[] = {
12 // IDX NAME RESET COMMENT 12 // IDX NAME RESET COMMENT
13 0x0D, // 00 IOCFG2 29 GDO2 as serial output 13 0x2E, // 00 IOCFG2 29 Tri-State
14 0x2E, // 01 IOCFG1 Tri-State 14 0x2E, // 01 IOCFG1 Tri-State
15 0x2E, // 02 IOCFG0 3F GDO0 for input 15 0x2E, // 02 IOCFG0 3F GDO0 for input
16 0x47, // 03 FIFOTHR RX filter bandwidth = 325 kHz, FIFOTHR = 0x47 16 0x47, // 03 FIFOTHR RX filter bandwidth = 325 kHz, FIFOTHR = 0x47