pot-conditioner 0.1.0

Signal conditioner for analog potentiometer readouts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pot-conditioner"
description = "Signal conditioner for analog potentiometer readouts."
version = "0.1.0"
authors = ["Oliver Rockstedt <info@sourcebox.de>"]
license = "MIT"
edition = "2021"
rust-version = "1.56"
repository = "https://github.com/sourcebox/pot-conditioner-rs"
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["potentiometer", "smoothing"]

[dependencies]
dyn-smooth = "0.2"
backlash = "0.1"