Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼NEasyuino | |
CButton | Button API offers an interface to interact with common buttons |
CDevice | General class that provides the common API behaviour for all the devices/sensors |
CDistanceMeter | Used to represent the at least supported Ultrasonic Module models enum UltrasonicModule : uint8_t { HC_SR03, HC_SR04, HC_SR05 }; |
CDistanceMeterAccurate | DistanceMeterAccurate 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) |
CDistanceMeterNonBlock | DistanceMeterNonBlock offers an API to interact with an Ultrasonic Module to measure distance in a non-block way |
CDistanceMeterPrintable | It offers the same API as DistanceMeter plus some methods to print the internal state into a stream for example |
CGSMService | GSMService API allows to interact with GSM boards in order to perform calls, sms management etc |
CGSMServiceSecure | GSMServiceSecure extends the GSMService API allowing user to add phone numbers to accept calls and SMSs from this predefined set of numbers |
CInfraRedReceiver | |
CPrintable | Provides an interface interface to write objects to a Stream |
CRelay | Relay offers a simple API to interact with relay devices |
CRelayNamed | RelayNamed offers the same API of the Relay plus the possibility to associate a string label to the API object |
CRGBLed | RGBLed API allows to easily interact with a RGB led to set its color for example |
CSevenSegments | SevenSegments API is used to interact with seven segments displays |
CSMS | Represents a SMS object used to send and receive it from the GSMService API |
CUtilities | Provides some auxiliary functions for internal use in library but at same time expose it to public for the library users |
CWaterDetector | RainDetector API is used to detect the amount of water that is touching the sensor |
CWaterFlowMeter | WaterFlowMeter API extends the WaterFlowSensor API adding the possiblity to know how much water is flowing and how much have flown in total |
CWaterFlowSensor | WaterFlowSensor is an API offers the ability to know if it is flowing something through the sensor or not using fluid flow meters |