AT Keyboard library for avrgcc
AT-Keyboard library
Taken from ATMEL Application Note AVR313
A standard AT (ps2 ir DIN plug) Keyboard can simply be connected to an AVR microcontroller using only 2 I/O wires as shown below.
One wire has to be an INT line (INT0 or INT1) the other pin can be configured by defining KEYB_DATA_PIN in atkeyb.h
If you get some compile errors complaining about undeclared constants, you might have to change the names od the interrupt registers.
Please contact me if you don't get your application running! to use the keyboard library with an other AVR c
Downloads
(Modified for use with avrgcc by Stefan Seegel Modified for use with AT90S8515 by Jacob Lahr)
similar projects:
ibrt AVR pages (added: 28.09.2007)
AVRUSB - software only usb implementation for atmel avr (added: 27.04.2007)
Mikrocontroller.net (added: 27.04.2007)
Several projects for AVR Butterfly (added: 13.04.2007)
AVR Tutorial (added: 12.04.2007)
edit project