mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Modified comments for receiver filter bandwidth settings
This commit is contained in:
@@ -141,7 +141,7 @@ const uint8_t cc1020_config_19200[41] = {
|
|||||||
0x51, // 0x0D, MODEM Manchester
|
0x51, // 0x0D, MODEM Manchester
|
||||||
0x2B, // 0x0E, DEVIATION // FSK
|
0x2B, // 0x0E, DEVIATION // FSK
|
||||||
0x4C, // 0x0F, AFC_CONTROL Ruetten 0xCC
|
0x4C, // 0x0F, AFC_CONTROL Ruetten 0xCC
|
||||||
0x25, // 0x10, FILTER Bandwith 100 kHz
|
0x25, // 0x10, FILTER Bandwith 51.2 kHz i.e. channel spacing 100kHz
|
||||||
0x61, // 0x11, VGA1
|
0x61, // 0x11, VGA1
|
||||||
0x55, // 0x12, VGA2
|
0x55, // 0x12, VGA2
|
||||||
0x2D, // 0x13, VGA3
|
0x2D, // 0x13, VGA3
|
||||||
@@ -187,7 +187,7 @@ const uint8_t cc1020_config_115200[41] = {
|
|||||||
0x51, // 0x0D, MODEM Manchester
|
0x51, // 0x0D, MODEM Manchester
|
||||||
0x58, // 0x0E, DEVIATION // FSK
|
0x58, // 0x0E, DEVIATION // FSK
|
||||||
0x4C, // 0x0F, AFC_CONTROL Ruetten 0xCC
|
0x4C, // 0x0F, AFC_CONTROL Ruetten 0xCC
|
||||||
0x80, // 0x10, FILTER Bandwith 500 kHz
|
0x80, // 0x10, FILTER Bandwith 307.2kHz, i.e. channel spacing 500 kHz
|
||||||
0x61, // 0x11, VGA1
|
0x61, // 0x11, VGA1
|
||||||
0x57, // 0x12, VGA2
|
0x57, // 0x12, VGA2
|
||||||
0x30, // 0x13, VGA3
|
0x30, // 0x13, VGA3
|
||||||
|
Reference in New Issue
Block a user