nimbi-protocol 0.1.0

A crate for defining the nimbi-protocol used to communicate with microcontrollers
Documentation
1
2
3
4
5
6
7
8
#![cfg_attr(not(test), no_std)]

pub mod messages;
pub mod types;

pub mod microdot {
    pub use microdot::*;
}