Changeset 239ae4e in avrstuff for libs/ps2_keyboard/ps2_keyboard.h


Ignore:
Timestamp:
Jul 22, 2014, 12:35:35 PM (10 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
a3eb2c6
Parents:
5562497
Message:

Move all the keyboard stuff to a subdirectory.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libs/ps2_keyboard/ps2_keyboard.h

    r5562497 r239ae4e  
    22
    33
    4 void init_keybard();
     4void init_keyboard();
    55        // Call this to set up the I/O pins
    66uint8_t read_char();
     
    88char render_scan_code(uint8_t);
    99        // Convert a keycode to a printable ASCII char
     10
     11extern uint8_t release;
Note: See TracChangeset for help on using the changeset viewer.