pot-conditioner 0.1.0

Signal conditioner for analog potentiometer readouts.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "backlash"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ab73c821418a4d52f7461a1c1e8e8728ab201205fdf239fdf5e7955d6ed4f07"

[[package]]
name = "dyn-smooth"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47fac87554ece38a037e0d53e750ee5129670b6f97e712bb0c411268181f3700"

[[package]]
name = "pot-conditioner"
version = "0.1.0"
dependencies = [
 "backlash",
 "dyn-smooth",
]