Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 290 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 290 Bytes

lmx2492-driver

A C++ driver class for the LMX2492 RF PLL IC.

Disclaimer

The driver is tested only on STM32 devices. To use the driver, modify the SpiSlave class to operate on the SPI interface provided by your microcontroller. An example of usage is provided in the Example directory.