diff options
| author | manuel <manuel@mausz.at> | 2021-01-12 11:23:49 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2021-01-12 11:24:12 +0100 |
| commit | 7f7afe23b46a9b399213c95076630a685a4c9b56 (patch) | |
| tree | 48374114753bef79db909d99513ff916a24f31f8 /martin/door/src/cc1101.cpp | |
| parent | beb3de2c0abaa81c47ef571ca9a399a6137c6dea (diff) | |
| download | arduino-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.cpp | 2 |
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 | ||
| 11 | static const uint8_t cc1101_init[] = { | 11 | static 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 |
