Struct launchxl::Platform
[−]
[src]
pub struct Platform { gpio: &'static GPIO<'static, GPIOPin>, led: &'static LED<'static, GPIOPin>, button: &'static Button<'static, GPIOPin>, alarm: &'static AlarmDriver<'static, VirtualMuxAlarm<'static, Rtc>>, }
Fields
gpio: &'static GPIO<'static, GPIOPin>
led: &'static LED<'static, GPIOPin>
alarm: &'static AlarmDriver<'static, VirtualMuxAlarm<'static, Rtc>>