Struct clerk::Pins [] [src]

pub struct Pins<RS, R, E, D> {
    pub register_select: RS,
    pub read: R,
    pub enable: E,
    pub data: D,
}

This struct is used for easily setting up ParallelConnections.

Fields

Methods

impl<RS, R, E, D> Pins<RS, R, E, D>
[src]

[src]

Converts the pin setup into a ParallelConnection that is by Display to communicate with the LCD device.