mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-01 10:56:15 -04:00
Initial support for SX1276/8 with TCXO
This commit is contained in:
parent
9206a3b9d9
commit
6cdb4e4cf0
3 changed files with 25 additions and 1 deletions
|
@ -72,6 +72,11 @@ void setup() {
|
|||
pinMode(pin_led_tx, OUTPUT);
|
||||
#endif
|
||||
|
||||
#if HAS_TCXO == true
|
||||
pinMode(pin_tcxo_enable, OUTPUT);
|
||||
digitalWrite(pin_tcxo_enable, HIGH);
|
||||
#endif
|
||||
|
||||
// Initialise buffers
|
||||
memset(pbuf, 0, sizeof(pbuf));
|
||||
memset(cmdbuf, 0, sizeof(cmdbuf));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue