rsiot/drivers_i2c/ads1115/
mod.rs

1
2
3
4
5
6
//! Коммуникация с АЦП ADS11xx

pub mod config;
mod device;

pub(crate) use device::ADS1115;