add internal display in emg pro comment
This commit is contained in:
parent
ff2074fd0a
commit
9a0f02fcd9
2 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,11 @@ class ESPMegaPRO {
|
|||
* @note This card is installed by default at slot 1 on the ESPMegaPRO R3 board.
|
||||
*/
|
||||
DigitalOutputCard outputs = DigitalOutputCard(PWM_BANK_ADDRESS);
|
||||
/**
|
||||
* @brief The Display Built-in to the ESPMegaPRO board.
|
||||
* @typedef InternalDisplay
|
||||
* @note SKU EMG-PRO-R3-XXX-(F)-(12/24)V does not have a built-in display.
|
||||
*/
|
||||
InternalDisplay *display;
|
||||
ESPMegaIoT *iot;
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue