Last updated by: KasparByrne, Last updated on: 24/09/2024
Codebase Overview
├── Archive
├── Drivers
│ ├── button_control
│ │ └── button_control.py
│ ├── kickr_climb_and_smart_trainer
│ │ ├── wahoo_device.py
│ │ └── incline_and_resistance_control.py
│ ├── fan
│ │ └── fan.py
│ └── heart_rate_sensor
│ └ ── heartrate.py
└── scripts
├── start_all.sh
├── start_ ... .sh
└── ble-auto-connect
├── ble_auto_connect.sh
└── ble_auto_connect.exp
Repository: redback-smartbike-iot
The IoT repository is only split across three directories:
Archive
contains old and retired code, research, and documentation.Drivers
contains currently used driver code.scripts
contains bash scripts used to run driver code.