Si5351Arduino icon indicating copy to clipboard operation
Si5351Arduino copied to clipboard

Library for the Si5351 clock generator IC in the Arduino environment

Results 35 Si5351Arduino issues
Sort by recently updated
recently updated
newest added

Without this PR, I see the following warnings when compilation this library: ``` Arduino/libraries/Etherkit_Si5351/src/si5351.cpp: In member function 'void Si5351::set_pll(uint64_t, si5351_pll)': Arduino/libraries/Etherkit_Si5351/src/si5351.cpp:568:10: warning: 'void operator delete(void*, std::size_t)' called on pointer returned...

Hi I am using the SI5153B to modulate narrow FM which it is working quite well. I have used the frequency correction procedure and it works well across a wide...

Hi, is there any recommendation or plan on implementing automatic switch between external and internal reference? It would be nice to be able to turn off the output if no...

**Describe the bug** I am having strange issues when using the SI5351B-GM1 **Setup**: Microcontroller: Seedstudio Xiao ESP32-C3 Crystal: TXC 7M-27.000MEEQ-T (Per the recommended crystals) Si5351 Chip: SI5351B-GM1 (16QFN) **To Reproduce**...

This is on line 180 of si5351.cpp. I believe the same issues occur with SI5351.set_freq_manual and probably other functions should be checked. This is important as VScode and other IDEs...