button
Dependents: Temperature_Sensor_to_LCD
Diff: button_group.hpp
- Revision:
- 14:f1df5510ea4b
- Parent:
- 13:af578b53ff0e
- Child:
- 16:742da8cc7e07
--- a/button_group.hpp Mon Feb 22 13:39:32 2016 +0000 +++ b/button_group.hpp Tue Aug 14 07:20:59 2018 +0000 @@ -59,6 +59,9 @@ // Get touched number and redraw button if touched bool GetTouchedNumber(int &num, uint32_t color); + + + private: Button **buttons_;