Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Chainable_RGB_LED mbed mbedConnectorInterface mbedEndpointNetwork
Fork of IoT_LED_demo by
LEDResource Class Reference
LightResource class. More...
#include <OnBoardLED.h>
Public Member Functions | |
| LEDResource (const Logger *logger, const char *name, const bool observable=false) | |
| Default constructor. | |
| virtual string | get () |
| Get the value of the LED. | |
| virtual void | put (const string value) |
| Set the value of the LED. | |
Detailed Description
LightResource class.
Definition at line 58 of file OnBoardLED.h.
Constructor & Destructor Documentation
| LEDResource | ( | const Logger * | logger, |
| const char * | name, | ||
| const bool | observable = false |
||
| ) |
Default constructor.
- Parameters:
-
logger input logger instance for this resource name input the Light resource name observable input the resource is Observable (default: FALSE)
Definition at line 68 of file OnBoardLED.h.
Member Function Documentation
| virtual string get | ( | ) | [virtual] |
Get the value of the LED.
- Returns:
- string containing the last setting
Definition at line 84 of file OnBoardLED.h.
| virtual void put | ( | const string | value ) | [virtual] |
Set the value of the LED.
- Parameters:
-
string input the string containing the desired setting
Definition at line 92 of file OnBoardLED.h.
Generated on Tue Jul 12 2022 20:37:46 by
1.7.2
