IoAbstraction
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 AnalogDeviceAbstraction.hContains a series of helper classes for dealing with analog devices, these are compatible across a wide range of devices
 ArduinoEEPROMAbstraction.hA wrapper around the Arduino EEPROM support
 BasicIoAbstraction.hProvides the core IoAbstraction interface and Arduino implementation of that interface
 DeviceEvents.hThis file contains events that are associated with the device, such as the Analog Device
 DfRobotInputAbstraction.hThis file contains an implementation of BasicIoAbstraction that works with the DfRobot shield in order to convert the analog keys into regular digital IO. This allows DfRobot to be used with switches for button management
 EepromAbstraction.hWraps up EEPROM support in a way that is compatible between implementations. For example presently there are AVR, EEPROM, and i2c implementations that work interchangeably. Adding another variant is quite trivial
 EepromAbstractionWire.hContains the i2c variants of the EepromAbstraction
 IoAbstraction.hUsing basic IoFacilities allows one to abstract away the use of IoExpanders, such that the switching from BasicIoFacilities to IoExpanderFacilities allows the same code to use an IoExpander instead of direct pins
 IoAbstractionWire.hContains the versions of BasicIoAbstraction that use i2c communication. Including PCF8574 and MCP23017
 JoystickSwitchInput.hProvides a rotary encoder emulation based on an analog joystick. Normally used with switches to provide an encoder for your project
 KeyboardManager.hClasses needed to deal with matrix keyboards
 MockEepromAbstraction.h
 MockIoAbstraction.hThis file contains implementations of IoAbstraction that are very useful for dev & testing. Neither of the implementations in this file are designed for use in production
 NegatingIoAbstraction.hThis file contains an implementation of BasicIoAbstraction that negates whatever read or write would normally be returned
 PlatformDetermination.h
 PlatformDeterminationWire.h
 ResistiveTouchScreen.hSimple resistive touch screen class that converts touch coordinates into a range between floating point values 0.0 and 1.0
 SwitchInput.hSwitch input provides the button and rotary encoder input capabilities provided by this library. There is a globally defined variable switches declared that you can use directly. To add a rotary encoder, see the helper functions further down. There's also a rotary encoder emulation based on Up and Down buttons
 TaskManager.h
 wireHelpers.hSeries of wire helper functions that make dealing with device register IO simpler