Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set_freq documentation issue #60

Open
kvdijken opened this issue Feb 26, 2018 · 0 comments
Open

set_freq documentation issue #60

kvdijken opened this issue Feb 26, 2018 · 0 comments

Comments

@kvdijken
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant