Grove Button: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoGroveButton.png == Summary == Digital push button module for Grove systems. == Description == The **Grove Button** detects button presses and outputs a digital signal. It can be triggered via the clock input or directly read through the digital output. Useful for user input in embedded or microcontroller projects. <b>Diagram:</b> Image:TArduinoGroveButton.Preview.png == Categories == *Image:TArduinoDigitalCategory.png Cate..."
 
(No difference)

Latest revision as of 09:24, 24 August 2025

File:TArduinoGroveButton.png

Summary

Digital push button module for Grove systems.

Description

The **Grove Button** detects button presses and outputs a digital signal. It can be triggered via the clock input or directly read through the digital output. Useful for user input in embedded or microcontroller projects.

Diagram:

Categories

Properties

  • Enabled – Enable or disable the component (boolean).

Pins

Input Pins

  • Clock – Trigger input to sample the button state.

Output Pins

  • Grove – Output pin compatible with Grove connectors.
  • Out – Digital output representing the button state.