|
modm API documentation
|
Public Types | |
| enum | InputType : uint8_t { InputType::Floating, InputType::PullUp } |
| Each Input Pin can be configured in one of these states. More... | |
| enum | OutputType : uint8_t { OutputType::PushPull } |
| enum | InputTrigger : uint8_t { InputTrigger::LowLevel = 0b00, InputTrigger::BothEdges = 0b01, InputTrigger::FallingEdge = 0b10, InputTrigger::RisingEdge = 0b11 } |
| Each External Interrupt can be configured to trigger on these conditions. More... | |
| enum | Port { B, C, D } |
| Available ports on this device. | |
| enum | Signal { BitBang, Ain0, Ain1, Ain2, Ain3, Ain4, Ain5, Ain6, Cts, Icp, Miso, Mosi, Oca, Ocb, Occ, Rts, Rxd, Sclk, Ss, T, Txd, Xck } |
|
strong |
|
strong |
|
strong |