Chris--A / Keypad

A version of the keypad library found in Wiring. This is just a copy made compatible with the Arduino IDE library manager.
GNU General Public License v3.0
257 stars 156 forks source link

Added parameterless constructor #5

Closed manashmandal closed 8 years ago

manashmandal commented 8 years ago

Added a parameterless constructor for inheritance purpose.

Chris--A commented 8 years ago

As the data members are private, how are you going to set these from a derived class?

Chris--A commented 8 years ago

I'm quite happy to make the members protected so they can be modified by a derived class, I'm just not sure what benefit you'll get with an empty constructor as it is now.