mirror of
https://github.com/LIV2/AVR-PS2-KBC.git
synced 2025-12-06 00:23:47 +00:00
* Handle extended sequences * Add ability to reset Host system * Make use of WDT to reset KBC on crash/error * Make state machine clearer * Fixup issue that was causing PS2 commands to be duplicated
PS2KBD for Atmel ATTINY861
This is a simple PS/2 to Ascii converter I wrote for my 6502 based homebrew computer.
Pin 4 goes high to signal the host that a new character is ready to be read. Pin 9 is PS/2 CLK Pin 8 is PS/2 DATA ASCII Character is written to Port A
Description
Languages
C
57.5%
Makefile
42.5%