Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/12/00 05:31
Read: times


 
#3668 - RE: 4x4 keyboard encoder
I like also the PCF8574.
Yes, its not the cheapest.
But very easy to use and expandable (up to 16 on the same 2 lines).

Especially for keyboard debouncing you can use the
interrupt output. It was activated on every changing of
the input state in respect to the last reading.
So only if it was set, you must read the device, to get the new key
state. And if it was not set again, after the debouncing time,
the key state was right.
So you have only very little CPU time consumed.

To access I2C devices:

http://www.specs.de/~danni/appl/hard/i2c/index.htm
http://www.specs.de/~danni/ap.../index.htm


Peter


List of 12 messages in thread
TopicAuthorDate
4x4 keyboard encoder            01/01/70 00:00      
RE: 4x4 keyboard encoder            01/01/70 00:00      
RE: 4x4 keyboard encoder            01/01/70 00:00      
RE: 4x4 keyboard encoder            01/01/70 00:00      
RE: 4x4 keyboard encoder            01/01/70 00:00      
RE: 4x4 keyboard encoder            01/01/70 00:00      
RE: 4x4 keyboard encoder            01/01/70 00:00      
RE: 4x4 keyboard encoder            01/01/70 00:00      
RE: 4x4 keyboard encoder            01/01/70 00:00      
RE: 4x4 keyboard encoder            01/01/70 00:00      
RE: 4x4 keyboard encoder            01/01/70 00:00      
help 4x4 keyboard encoder            01/01/70 00:00      

Back to Subject List