[−][src]Struct rmicrobit::gpio::DisplayPins
The GPIO pins connected to the micro:bit's LED display.
See also pin_constants
for dealing with these pin numbers.
The pins for columns 1,2,3,7,8,9 are also presented on the edge connector.
Fields
pin4: PIN4<Input<Floating>>
The GPIO pin connected to LED matrix column 1
Also connected to edge connector strip 3
pin5: PIN5<Input<Floating>>
The GPIO pin connected to LED matrix column 2
Also connected to edge connector strip 4
pin6: PIN6<Input<Floating>>
The GPIO pin connected to LED matrix column 3
Also connected to edge connector strip 10
pin7: PIN7<Input<Floating>>
The GPIO pin connected to LED matrix column 4
pin8: PIN8<Input<Floating>>
The GPIO pin connected to LED matrix column 5
pin9: PIN9<Input<Floating>>
The GPIO pin connected to LED matrix column 6
pin10: PIN10<Input<Floating>>
The GPIO pin connected to LED matrix column 7
Also connected to edge connector strip 9
pin11: PIN11<Input<Floating>>
The GPIO pin connected to LED matrix column 8
Also connected to edge connector strip 7
pin12: PIN12<Input<Floating>>
The GPIO pin connected to LED matrix column 9
Also connected to edge connector strip 6
pin13: PIN13<Input<Floating>>
The GPIO pin connected to LED matrix row 1
pin14: PIN14<Input<Floating>>
The GPIO pin connected to LED matrix row 2
pin15: PIN15<Input<Floating>>
The GPIO pin connected to LED matrix row 3
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self