max30101_rs/
lib.rs

1#![no_std]
2
3extern crate alloc;
4
5pub mod error;
6pub mod max30101;
7pub mod reg;
8pub mod transport;