mycr0ft / upython_si5351

A project to port the si5351 clock library to micropython
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

Removed start() and stop() commands and added phase_delay option #3

Closed tdunning closed 6 months ago

tdunning commented 6 months ago

Here is a small extension for your consideration.

First, the start and stop commands seem to not work on some ports of microPython (like on the Pico I am using)

Second, I have added code to support setting up phase offsets between signals. This is useful if you are using the clock generator to drive a balanced mixer.

Feel free to accept these or reject them.

tdunning commented 6 months ago

This change addresses https://github.com/mycr0ft/upython_si5351/issues/2