tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
587 stars 180 forks source link

Si5351 Clock Generator #110

Open Crypta-Eve opened 4 years ago

Crypta-Eve commented 4 years ago

Hi all, just putting this here as I am working on a driver for the Si5351. So far I have successfully set a specific set of frequencies based on the output from SiLabs software. Im basing the driver off the Adafruit driver found here.

Still left to do is arbitrary frequency selection.

The only issue I currently have is the device hanging after multiple register reads... But I think this may be due to a signal integrity issue more so than code...

conotto commented 2 years ago

Hey, Did you get anywhere with this ?

Thanks