rust-embedded / embedded-hal

A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
1.95k stars 197 forks source link

Why was ADC removed? #603

Closed IraMillington closed 4 months ago

IraMillington commented 4 months ago

I am new to rust and am trying to use ads1x1x, which is dependent on embedded-hal. Is there a way around this or should I just use an old version? Thanks!

Vollbrecht commented 4 months ago

https://github.com/rust-embedded/embedded-hal/issues/377

IraMillington commented 4 months ago

377

Thank you