Easyuino  1.2.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NEasyuino
 CButtonButton API offers an interface to interact with common buttons
 CDeviceGeneral class that provides the common API behaviour for all the devices/sensors
 CDistanceMeterUsed to represent the at least supported Ultrasonic Module models enum UltrasonicModule : uint8_t { HC_SR03, HC_SR04, HC_SR05 };
 CDistanceMeterAccurateDistanceMeterAccurate offers an API to interact with an Ultrasonic Module to measure distances considering the current air temperature (due to the effect that the air temperature have in the sound speed in air)
 CDistanceMeterNonBlockDistanceMeterNonBlock offers an API to interact with an Ultrasonic Module to measure distance in a non-block way
 CDistanceMeterPrintableIt offers the same API as DistanceMeter plus some methods to print the internal state into a stream for example
 CGSMServiceGSMService API allows to interact with GSM boards in order to perform calls, sms management etc
 CGSMServiceSecureGSMServiceSecure extends the GSMService API allowing user to add phone numbers to accept calls and SMSs from this predefined set of numbers
 CInfraRedReceiver
 CPrintableProvides an interface interface to write objects to a Stream
 CRelayRelay offers a simple API to interact with relay devices
 CRelayNamedRelayNamed offers the same API of the Relay plus the possibility to associate a string label to the API object
 CRGBLedRGBLed API allows to easily interact with a RGB led to set its color for example
 CSevenSegmentsSevenSegments API is used to interact with seven segments displays
 CSMSRepresents a SMS object used to send and receive it from the GSMService API
 CUtilitiesProvides some auxiliary functions for internal use in library but at same time expose it to public for the library users
 CWaterDetectorRainDetector API is used to detect the amount of water that is touching the sensor
 CWaterFlowMeterWaterFlowMeter API extends the WaterFlowSensor API adding the possiblity to know how much water is flowing and how much have flown in total
 CWaterFlowSensorWaterFlowSensor is an API offers the ability to know if it is flowing something through the sensor or not using fluid flow meters