Arduino Universal Inputs
A collection of libraries for managing/processing input devices on Arduino.
|
#include <Arduino.h>
#include <inttypes.h>
Go to the source code of this file.
Typedefs | |
typedef uint16_t | inputid_t |
Holds the value of a device ID. | |
typedef uint8_t | inputpin_t |
Holds the value of a pin number. | |
typedef uint32_t | inputtime_t |
Holds the value of a timestap. | |
typedef int32_t | inputanalog_t |
Holds the value of an analog input value. | |
Enumerations | |
enum | inputtype_t { UIT_BUTTON, UIT_JOYSTICK, UIT_ENCODER } |
Enumeration of all input device types. More... | |
enum inputtype_t |