Contains the firmware for the Sally dashboard.
Firmware Documentation: https://ualberta-ecocar.github.io/Sally-Dashboard/dashboard/index.html
Design Document: https://miro.com/app/board/uXjVJLxO6GU=/
Future Dashboard Preview: https://dashcampbell.github.io/EcoCar-Sally-Dashboard-Preview/
The firmware is an asynchronous embedded Rust project using the Embassy framework. To get more familiar with Rust and Embassy, check out the following resources:
- Learning Rust: The Rust Programming Language
- Learning Embedded Rust: The Embedded Rust Book
- Learning Embassy: Embassy Book