My newest development in interfacing arduino with input hardware

robtillaart:
@liudr,
2 Q's:

  • can you tell any details about footprint of your new lib?
  • 1.0 compatibility?

The footprint of my library is hard to tell. Do you want me to create one object of each class in a sample code and see how big the binary code is? Or what do you suggest to test its footprint? I have a keypads class with functions to handle status change etc so each sub class only handles the actual reading of the keypad, one function that is, for each additional keypad type + special functions that keypad could define.

Yes it's compatible with 0022 and 1.0 I compiled all my code in both versions.