Si5351Arduino icon indicating copy to clipboard operation
Si5351Arduino copied to clipboard

set_freq documentation issue

Open kvdijken opened this issue 6 years ago • 0 comments

The header for the set_freq method is as follows:

/*

  • set_freq(uint64_t freq, enum si5351_clock clk)
  • Sets the clock frequency of the specified CLK output.
  • Frequency range of 8 kHz to 150 MHz
  • freq - Output frequency in Hz
  • clk - Clock output
  • (use the si5351_clock enum) */ uint8_t Si5351::set_freq(uint64_t freq, enum si5351_clock clk)

Specifically it says that the 'freq' is the output frequency in Herz. This is incorrect. The value of the parameter should be given in units of 0.01 Herz.

kvdijken avatar Feb 26 '18 16:02 kvdijken