FabGL
ESP32 Display Controller and Graphics Library
|
Base class for PS2 devices (like mouse or keyboard). More...
#include <ps2device.h>
Public Member Functions | |
PS2DeviceType | identify () |
Identifies the device attached to the PS2 port. More... | |
bool | lock (int timeOutMS) |
Gets exclusive access to the device. More... | |
void | unlock () |
Releases device from exclusive access. More... | |
Base class for PS2 devices (like mouse or keyboard).
PS2Device connects to one port of the PS2 Controller class (fabgl::PS2Controller).
The PS2 controller uses ULP coprocessor and RTC slow memory to communicate with the PS2 device.
Definition at line 66 of file ps2device.h.