running demo
This commit is contained in:
parent
c224aba193
commit
b5806498ea
10 changed files with 58 additions and 11 deletions
|
@ -38,9 +38,6 @@ class InternalDisplay : public ESPMegaDisplay {
|
|||
private:
|
||||
DigitalInputCard *inputCard;
|
||||
DigitalOutputCard *outputCard;
|
||||
// Previously registered callbacks of input and output cards
|
||||
// We need to call them when the respective card is binded to the display
|
||||
// Because we will replace the callbacks with the display's own callbacks
|
||||
void handleInputStateChange(uint8_t pin, bool state);
|
||||
void handlePwmStateChange(uint8_t pin, bool state, uint16_t value);
|
||||
void handlePageChange(uint8_t page);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue