Enum cupi::RaspberryRevision [] [src]

pub enum RaspberryRevision {
    V1,
    V11,
    V12,
    V2,
    UN,
}

Variants

Methods

impl RaspberryRevision
[src]

PIN_TO_GPIO: [usize; 32] = [17, 18, 27, 22, 23, 24, 25, 4, 2, 3, 8, 7, 10, 9, 11, 14, 15, 28, 29, 30, 31,
 5, 6, 13, 19, 26, 12, 16, 20, 21, 0, 1]

Trait Implementations

impl Clone for RaspberryRevision
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RaspberryRevision
[src]

impl Debug for RaspberryRevision
[src]

Formats the value using the given formatter.

impl Display for RaspberryRevision
[src]

Formats the value using the given formatter. Read more