uferris-bsp 0.1.3

A Board Support Package for the uFerris Learner Board
Documentation
1
2
3
4
5
6
7
8
use embedded_hal::digital::InputPin;

pub struct Button<PIN>
where
    PIN: InputPin,
{
    pub pin: PIN,
}