kondis 0.3.2

a simple library to communicate with exercise equipment
Documentation
1
2
3
4
5
mod bikes;
mod non_bluetooth_device;
pub use bikes::debug::DebugBike;
pub use bikes::iconsole_0028::Iconsole0028Bike;
pub use non_bluetooth_device::NonBluetoothDevice;