Skip to content

Rust #![no_std] driver library for the TI ADS123x series of Delta-Sigma ADC chips

License

Notifications You must be signed in to change notification settings

adom-inc/ads123x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADS123x

A #![no_std] Rust driver library for interacting with TI ADS1232 and ADS1234 Delta-Sigma ADC chips.

Cargo Features

All features are disabled by default.

  • defmt - Implements defmt::Format for most public types so they can be printed using defmt::info!() and relatives
  • embedded-hal-async - Provides async implementations of all the ADS123x functions

About

Rust #![no_std] driver library for the TI ADS123x series of Delta-Sigma ADC chips

Resources

License

Stars

Watchers

Forks

Languages