vorago-reb1/src/lib.rs
Robin Mueller a2f9cf9b29
Update to v0.2.0
- Added Button Abstraction
- Added Button IRQ example
- Updated va108xx_hal to v0.2.1, adapted API accordingly
- Fix for LED API: Now consumes individual pins instead of consuming the whole
  pin struct
2021-11-13 15:00:00 +01:00

5 lines
42 B
Rust

#![no_std]
pub mod button;
pub mod leds;