DUDS
Distributed Update of Data from Something
duds::hardware::devices::displays::HD44780::Access Struct Reference

Stores access objects together. More...

Collaboration diagram for duds::hardware::devices::displays::HD44780::Access:

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...
 

Detailed Description

Stores access objects together.

Definition at line 107 of file HD44780.hpp.

Member Data Documentation

◆ enable

duds::hardware::interface::ChipAccess duds::hardware::devices::displays::HD44780::Access::enable

◆ output

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().


The documentation for this struct was generated from the following file: