adf4351 0.1.0

Analog Devices ADF4351 HAL driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# adf4351-rs

Embedded HAL driver for [ADF4351](https://www.analog.com/en/products/adf4351.html).

Status: experimental. If you have any interest please play with it and submit PRs.

Basic [example](examples/freq.rs).


## Links

* [Datasheet]https://www.analog.com/media/en/technical-documentation/data-sheets/ADF4351.pdf
* [Cheat sheet]https://nebula.wsimg.com/454a575ca06c85fe60e3b7728fa52d2d?AccessKeyId=DAA432FA80C5DABC0234&disposition=0&alloworigin=1
* [Nice intro]https://www.youtube.com/watch?v=xJ0Mfuj0KUQ
* [Example board]https://www.amazon.com/35M-4-4GHz-Frequency-Synthesizer-Development-Generator/dp/B078NRD8V6/ref=sr_1_3?crid=B15UW5WOYMEL&dchild=1&keywords=adf4351&qid=1600650132&sprefix=adf%2Caps%2C168&sr=8-3
* [Arduino driver]https://github.com/dfannin/adf4351.
* [Python config CLI]https://github.com/jhol/pyadf435x.