kopia lustrzana https://github.com/jgromes/RadioLib
rodzic
ed4fc84a70
commit
ead59223fa
|
@ -39,7 +39,7 @@ static const Module::RfSwitchMode_t rfswitch_table[] = {
|
|||
{STM32WLx::MODE_RX, {HIGH, HIGH, LOW}},
|
||||
{STM32WLx::MODE_TX_LP, {HIGH, HIGH, HIGH}},
|
||||
{STM32WLx::MODE_TX_HP, {HIGH, LOW, HIGH}},
|
||||
STM32WLx::END_OF_MODE_TABLE,
|
||||
END_OF_MODE_TABLE,
|
||||
};
|
||||
|
||||
void setup() {
|
||||
|
|
|
@ -38,7 +38,7 @@ static const Module::RfSwitchMode_t rfswitch_table[] = {
|
|||
{STM32WLx::MODE_RX, {HIGH, HIGH, LOW}},
|
||||
{STM32WLx::MODE_TX_LP, {HIGH, HIGH, HIGH}},
|
||||
{STM32WLx::MODE_TX_HP, {HIGH, LOW, HIGH}},
|
||||
STM32WLx::END_OF_MODE_TABLE,
|
||||
END_OF_MODE_TABLE,
|
||||
};
|
||||
|
||||
void setup() {
|
||||
|
|
|
@ -35,7 +35,7 @@ static const Module::RfSwitchMode_t rfswitch_table[] = {
|
|||
{STM32WLx::MODE_RX, {HIGH, HIGH, LOW}},
|
||||
{STM32WLx::MODE_TX_LP, {HIGH, HIGH, HIGH}},
|
||||
{STM32WLx::MODE_TX_HP, {HIGH, LOW, HIGH}},
|
||||
STM32WLx::END_OF_MODE_TABLE,
|
||||
END_OF_MODE_TABLE,
|
||||
};
|
||||
|
||||
void setup() {
|
||||
|
|
|
@ -30,7 +30,7 @@ static const Module::RfSwitchMode_t rfswitch_table[] = {
|
|||
{STM32WLx::MODE_RX, {HIGH, HIGH, LOW}},
|
||||
{STM32WLx::MODE_TX_LP, {HIGH, HIGH, HIGH}},
|
||||
{STM32WLx::MODE_TX_HP, {HIGH, LOW, HIGH}},
|
||||
STM32WLx::END_OF_MODE_TABLE,
|
||||
END_OF_MODE_TABLE,
|
||||
};
|
||||
|
||||
// save transmission state between loops
|
||||
|
|
Ładowanie…
Reference in New Issue