Crate ltc690x[][src]

This is a platform agnostic Rust driver for the LTC6904 I2C programmable Oscillator base on the embedded-hal traits.

The LTC6903 uses SPI as interface which is not yet implemented, but should be straightforward

This driver allows you to

  • configure output to posive, negative, both or none of the edges
  • set the generated frequency
  • after setting up the configuration, write_out() needs to be called to write the configuration to the IC

The ‘output enable’ pin of the device needs to be pulled from the application independently of the driver

Structs

LTC6904

Enums

Address
FrequencyError
OutputSettings