1
2
3
4
5
6
7
#![no_std]

pub extern crate embedded_hal as hal;

#[cfg(feature = "2040")]
pub use rp2040 as target_device;