kondis
kondis [n, slang] physical condition
a simple library to communicate with exercise equipment
supports
- iConsole+0028
- set target cadence (RPM)
- set target power (W)
- note target cadence and target power is currently linked to the same number with
bike.set_level(n).
- note target cadence and target power is currently linked to the same number with
- read FTMS data (kind of, incomplete)
usage
cargo add kondis
also, needs tokio and wants anyhow.
use equipment_type_to_equipment;
async