embassy_buddy 0.0.3

A board support crate for the Prusa Buddy Board.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#![doc = include_str!("../../docs/components.md")]
pub mod adc;
pub mod bed_power_monitor;
pub mod buzzer;
pub mod display;
pub mod eeprom;
pub mod ethernet;
pub mod fans;
pub mod filament_sensor;
pub mod flash;
pub mod heaters;
pub mod pinda;
pub mod rotary_button;
pub mod rotary_encoder;
pub mod steppers;
pub mod thermistors;
pub mod tmc;