embassy_buddy 0.0.3

A board support crate for the Prusa Buddy Board.
Documentation
1
2
3
4
5
/// The direction the driver steps the motor.
pub enum Direction {
    CounterClockwise,
    Clockwise,
}