|
DUDS
|
Distributed Update of Data from Something
|
Stores access objects together. More...
Public Attributes | |
| duds::hardware::interface::ChipAccess | enable |
| Used to assert the enable line of the LCD. More... | |
| duds::hardware::interface::DigitalPinSetAccess | output |
| The set used for the 4 data pins and the text flag, more commonly referred to as "RS". More... | |
Stores access objects together.
Definition at line 107 of file HD44780.hpp.
| duds::hardware::interface::ChipAccess duds::hardware::devices::displays::HD44780::Access::enable |
Used to assert the enable line of the LCD.
Definition at line 116 of file HD44780.hpp.
Referenced by duds::hardware::devices::displays::HD44780::initialize(), duds::hardware::devices::displays::HD44780::preparePins(), and duds::hardware::devices::displays::HD44780::sendByte().
| duds::hardware::interface::DigitalPinSetAccess duds::hardware::devices::displays::HD44780::Access::output |
The set used for the 4 data pins and the text flag, more commonly referred to as "RS".
Definition at line 112 of file HD44780.hpp.
Referenced by duds::hardware::devices::displays::HD44780::initialize(), duds::hardware::devices::displays::HD44780::preparePins(), and duds::hardware::devices::displays::HD44780::sendByte().