PS2 controller emulator designed for the PIC16F18876
-
Updated
Sep 25, 2019 - Makefile
PS2 controller emulator designed for the PIC16F18876
Captures and replays signals on a PS/2 interface (DATA and CLOCK lines). A "capture" is a sequence of GPIO readings taken at short intervals, effectively logging the entire timeline of PS/2 pin states during recording. Each capture can be replayed - emulating the original signal.
Implementation of the ps2 protocol for the keyboard, where the device is a keyboard with a ps2 serial port, and the host is an Altera Cyclone® V FPGA board.
Captures and replays signals on a PS/2 interface (DATA and CLOCK lines). A "capture" is a sequence of GPIO readings taken at short intervals, effectively logging the entire timeline of PS/2 pin states during recording. Each capture can be replayed - emulating the original signal.
Add a description, image, and links to the ps2-protocol topic page so that developers can more easily learn about it.
To associate your repository with the ps2-protocol topic, visit your repo's landing page and select "manage topics."