Enum saks::SaksPins[][src]

#[repr(u32)]
pub enum SaksPins {
    Buzzer,
    Ds,
    Stcp,
    Shcp,
    Di,
    Clk,
}
Expand description

BCM pin numbering define in bcm2711-peripherals.pdf SAKS official website pin mapping page

Variants

Buzzer

Active buzzer, beep if VoltageLevel::Low

Ds

LED row port with 74HC595

Stcp
Shcp
Di

4-digit seven segment display port with TM1637

Clk

Trait Implementations

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

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.