Arduino Universal Inputs
A collection of libraries for managing/processing input devices on Arduino.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
Public Attributes | List of all members
UIMListNode Struct Reference

Node type for linked list of IInputDevice. More...

#include <UniversalInputManager.h>

Collaboration diagram for UIMListNode:
Collaboration graph
[legend]

Public Attributes

UIMListNodenext
 Pointer to next node.
 
IInputDevicedevice
 Pointer to input device.
 

Detailed Description

Node type for linked list of IInputDevice.


The documentation for this struct was generated from the following file: