Rust driver for the 10-bit MAX11619 ADCs

In my last blog post, I described how I set up a small Rust ecosystem for the Vorago REB1 development board. This development board also has a MAX11619 10-bit ADC device by Maxim devices. I thought this was a good opportunity to develop my first device driver crate because there isn’t one for this device yet. The REB1 development board also has a 2K potentiometer connected directly to a channel of the ADC which makes testing convenient....

December 16, 2021 · 5 min