frclib-core 0.2.4

A collection of utilities to be used across the FRC in rust ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
//! HAL drivers for communication/networking with peripherals.

/// TODO
pub mod can;
/// TODO
pub mod i2c;
/// TODO
pub mod spi;
/// TODO
pub mod uart;