upm
0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
|
C++ API for Grove LED. More...
UPM module for Grove LED (or other similar light-emitting diode). An LED is a small lightbulb that will emit light (turn on) in response to a small curent. The longer wire of an LED connects to the positive seat (anode); the shorter wire connects to the negative seat (cathode). The flat side of the bulb corresponds to the cathode while the rounded side corresponds to the anode.
Public Member Functions | |
GroveLed (int pin) | |
~GroveLed () | |
mraa_result_t | write (int value) |
mraa_result_t | off () |
mraa_result_t | on () |
![]() | |
std::string | name () |
Additional Inherited Members | |
![]() | |
std::string | m_name |
mraa_result_t write | ( | int | value | ) |
Turn the LED on or off, depending on the value. If the value is positive (greater than or equal to 1), the LED is turned on. Otherwise, for 0 or negative values, the LED is turned off.
value | tells the LED to turn on (for value >=1) or off (for value <1) |
mraa_result_t off | ( | ) |
Turn the LED off
mraa_result_t on | ( | ) |
Turn the LED on