/g/BITX20/message/20449
?Thankfully, it's pretty easy to update the code for V2.
Here's the 'read me' info for the library: ?
Here's the info on the change: ?"The?set_freq()?method is now more streamlined and only requires two parameters: the desired output frequency (from 4 kHz to 150 MHz) and clock output. In your old code, you can delete the 2nd parameter in?set_freq(), which was the PLL frequency.?"
If you use a code-friendly editor like Notepad++, you can search for the instances of set_freq and delete the middle term (SI5351_PLL_FIXED)?and the code will likely compile with the V2 library.
That's all there is to it!
Andy