Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
PS2KB Class Reference
PS/2 keyboard interface control class. More...
#include <PS2KB.h>
Public Member Functions | |
PS2KB (PinName clk_pin, PinName dat_pin) | |
Create. | |
virtual | ~PS2KB () |
Destory. | |
virtual int | getc (void) |
Get a data from a PS/2 device. | |
virtual void | setTimeout (int ms) |
Set timeout. |
Detailed Description
PS/2 keyboard interface control class.
Definition at line 16 of file PS2KB.h.
Constructor & Destructor Documentation
PS2KB | ( | PinName | clk_pin, |
PinName | dat_pin | ||
) |
Create.
PS/2 keyboard interface control class (Version 0.0.1)
- Parameters:
-
clk_pin Clock pin. dat_pin Data pin.
Copyright (C) 2010 Shinichiro Nakamura (CuBeatSystems) http://shinta.main.jp/ Create.
- Parameters:
-
clk_pin Clock pin. dat_pin Data pin.
Member Function Documentation
int getc | ( | void | ) | [virtual] |
Generated on Wed Jul 20 2022 18:12:36 by
