Grove LED: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoGroveLED.png == Summary == The **Grove LED** is a basic light-emitting diode module for visual indicators. It can be turned on or off using a digital input signal. == Description == This module provides a simple way to indicate logic states or activity in circuits. It connects to the Grove interface for power and control. <b>Diagram:</b> Image:TArduinoGroveLED.Preview.png == Pins == === Input Pins === *'''in (digital)''' – Digital input..." |
No edit summary |
||
Line 12: | Line 12: | ||
[[Image:TArduinoGroveLED.Preview.png]] | [[Image:TArduinoGroveLED.Preview.png]] | ||
== Properties == | |||
*'''Initial Value''' (boolean) – Sets the default on/off state of the LED. | |||
== Pins == | == Pins == |
Latest revision as of 02:15, 14 September 2025
Summary
The **Grove LED** is a basic light-emitting diode module for visual indicators. It can be turned on or off using a digital input signal.
Description
This module provides a simple way to indicate logic states or activity in circuits. It connects to the Grove interface for power and control.
Diagram:
Properties
- Initial Value (boolean) – Sets the default on/off state of the LED.
Pins
Input Pins
- in (digital) – Digital input to turn the LED on or off.
Output Pins
- Grove – Connection to the Grove interface for power and signal.
Categories
- File:TArduinoDigitalCategory.png Category Digital – Digital control components.
- File:TArduinoVisualCategory.png Category Visual – Visual indicator devices.