Skip to content

Yet another Arduino's keypad library (i2c interface support too)..

License

Notifications You must be signed in to change notification settings

ska-la/kPad_i2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT.

  • Tiny library. It's crucial for boards with a limited resources, based on ATmega328/168 or ATmega32u4 chips. It provides only 3 methods: init(),setDelay() and read().
  • It supports as plain keypads (4x4,4x3 and so on..) with 8 pins I/O (or less) as these keypads behind of i2c converters like PCF8574 (remote I/O expander). I2C interface use only 4 wires. It's crucial for boards with limited resources too.
  • Examples are provided. First of all use them.

LIMITATIONS

Max size of supported keypads is 4x4 due to a single control byte is used.

DETAILS.

Look at WIKIs -->

Contacts

About

Yet another Arduino's keypad library (i2c interface support too)..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages