pub struct Digital {
    pub d2: Pb3<Input<Floating>>,
    pub d3: Pb2<Input<Floating>>,
    pub d5: Pa16<Input<Floating>>,
    pub d6: Pa18<Input<Floating>>,
    pub d9: Pa19<Input<Floating>>,
    pub d10: Pa20<Input<Floating>>,
    pub d11: Pa21<Input<Floating>>,
    pub d12: Pa22<Input<Floating>>,
}
Expand description

Digital pins

Fields

d2: Pb3<Input<Floating>>

also usabe as A8

d3: Pb2<Input<Floating>>

also usabe as A9

d5: Pa16<Input<Floating>>d6: Pa18<Input<Floating>>d9: Pa19<Input<Floating>>d10: Pa20<Input<Floating>>d11: Pa21<Input<Floating>>d12: Pa22<Input<Floating>>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Casts the value.

Casts the value.

Performs the conversion.

Performs the conversion.

Casts the value.

OverflowingCasts the value.

Should always be Self

Casts the value.

Casts the value.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Casts the value.

UnwrappedCasts the value.

Casts the value.

WrappingCasts the value.