eldruin / ads1x1x-rs

Platform-agnostic Rust driver for the ADS1x1x ultra-small, low-power analog-to-digital converters (ADC). Compatible with ADS1013, ADS1014, ADS1015, ADS1113, ADS1114 and ADS1115
https://blog.eldruin.com/ads1x1x-analog-to-digital-converter-driver-in-rust/
Apache License 2.0
31 stars 9 forks source link

Simplify `SlaveAddr`. #21

Closed reitermarkus closed 4 months ago

reitermarkus commented 5 months ago

None of the datasheets mention “alternative” in respect to addresses, so I am not sure why they were named like this.

coveralls commented 5 months ago

Coverage Status

coverage: 81.197% (-0.8%) from 81.974% when pulling 0fb3ca0e37157b3f000eead424aeab3a5383306a on reitermarkus:simplify-slave-addr into 698c817a34c4b3835cc19453ec9310c12e1a5784 on eldruin:master.

reitermarkus commented 4 months ago

@eldruin, can you have a look here?