ft-hal-generic 0.1.0

Traits and generic implementations of a rusty Hardware Abstraction Layer (HAL) for fischertechnik-compatible controllers.
Documentation
1
2
3
4
5
6
#![no_std]

pub mod ft_motor;
pub mod ft_output;

pub mod drivers;