You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Set CLK0 to output 14 MHz si5351.set_freq(1400000000ULL, SI5351_CLK0);
perhaps no complete understanding about the sample code or math,
14MHz is equally 14,000,000 or 14000000ULL in Hz,
what that means to be 1,400,000,000ULL, or typo alone ?
anyway, we got undesired output frequency with this testing code, far away from 14MHz or 10MHz.
please help.
The text was updated successfully, but these errors were encountered:
example code of si5351_output.ino.
// Set CLK0 to output 14 MHz si5351.set_freq(1400000000ULL, SI5351_CLK0);
perhaps no complete understanding about the sample code or math,
14MHz is equally 14,000,000 or 14000000ULL in Hz,
what that means to be 1,400,000,000ULL, or typo alone ?
anyway, we got undesired output frequency with this testing code, far away from 14MHz or 10MHz.
please help.
The text was updated successfully, but these errors were encountered: