Enum cupi::RaspberryRevision
[−]
[src]
pub enum RaspberryRevision {
V1,
V11,
V12,
V2,
UN,
}Variants
V1V11V12V2UNMethods
impl RaspberryRevision[src]
const 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]
fn clone(&self) -> RaspberryRevision
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more