1
2
3
4
5
6
7
8
9
#![cfg_attr(not(test), no_std)]
#![feature(const_trait_impl)]
#![feature(impl_trait_in_assoc_type)]

#[macro_use]
extern crate alloc;
extern crate sys;
pub mod buttons;
pub mod peripherals;