Dashboard/
lib.rs

1#![no_std]
2//! # Sally-Dashboard Documentation
3//! This is the documentation for the dashboard's code. The software is composed of three modules.
4
5pub mod display;
6pub mod eco_can;
7pub mod led;