source: avrstuff/libs/ps2_keyboard/ps2_keyboard.h@ b82c7b3

main
Last change on this file since b82c7b3 was b82c7b3, checked in by Adrien Destugues <pulkomandy@…>, 14 years ago
  • Initial import of amiga and ps/2 keyboard testers

git-svn-id: svn://pulkomandy.tk/avrstuff@1 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 239 bytes
Line 
1#include <inttypes.h>
2
3
4void init_keybard();
5 // Call this to set up the I/O pins
6uint8_t read_char();
7 // Wait for a char to come from the keyboard
8char render_scan_code(uint8_t);
9 // Convert a keycode to a printable ASCII char
Note: See TracBrowser for help on using the repository browser.