Arduino Universal Inputs
A collection of libraries for managing/processing input devices on Arduino.
|
#include "UniversalInputTypes.h"
#include "IInputDevice.h"
#include "UniversalInputCallbackFunctionHandler.h"
Go to the source code of this file.
Classes | |
struct | UIMListNode |
Node type for linked list of IInputDevice. More... | |
class | UniversalInputManager |
Handles the storage, polling and event handling for multiple input devices. More... | |