I have a version 3 board. I tried loading the original software for the nano and I am getting an error messages.
'si5351bx_setfreq' was not declared in this scope. Part of the code is shown below. I don't understand why the code will not work as is. Thanks in advance.
Jeff... ve3coj
void stopTx(){
inTx = 0;
digitalWrite(TX_RX, 0); //turn off the tx
si5351bx_setfreq(0, usbCarrier); //set back the cardrier oscillator anyway, cw tx switches it off
if (ritOn)
setFrequency(ritRxFrequency);
else{