Timeline for Arduino Interrupts Classes and Namespace
Current License: CC BY-SA 3.0
7 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jun 17, 2020 at 8:21 | history | edited | Community Bot |
Commonmark migration
|
|
Jan 22, 2018 at 16:51 | comment | added | ATE-ENGE |
I'm trying to follow a principle of inheratence as I understand it the class LCD Menu is a Adafruit_RGBLCDShield As to why overall, I wanted a way to group the LCD functions together.
|
|
Jan 22, 2018 at 16:45 | comment | added | Juraj♦ | why do you want to implement the screen menu in a class derived from a hardware wrapping class? | |
Jan 22, 2018 at 15:07 | answer | added | Edgar Bonet | timeline score: 1 | |
Jan 22, 2018 at 15:03 | comment | added | Mikael Patel |
You can move ProcMenu() into the LcdMenu class. It will have to be static and then you can write member function to hide the attachInterrupt() e.g. LcdM.begin(MENU_PIN);
|
|
Jan 22, 2018 at 14:48 | answer | added | Michel Keijzers | timeline score: 0 | |
Jan 22, 2018 at 14:44 | history | asked | ATE-ENGE | CC BY-SA 3.0 |