1#![no_std]
2//! # Sally-Dashboard Documentation
3//! This is the documentation for the dashboard's code. The firmware is composed of three modules.
45pub mod btn_mod;
6pub mod can_mod;
7pub mod display_mod;
8pub mod eco_can;
9pub mod led_mod;
10pub mod mode;