stabilizer 0.11.0

Firmware for the Sinara Stabilizer board (STM32H743, Ethernet, PoE, 2 ADCs, 2 DACs)
Documentation
1
2
3
4
5
6
#![no_std]
#![cfg_attr(feature = "nightly", feature(core_intrinsics))]

pub mod hardware;
pub mod net;
pub mod settings;