GPIO Control Commands
Use the following commands to interact with and control GPIO pins:
Read GPIO State
gpio read <pin>
Write / Control GPIO
gpio write <pin> <on|off|toggle|0|1>
Pulse / Blink GPIO
gpio pulse <pin> <count> [delay_ms]
List Available GPIO Pins
gpio list
- Displays all available GPIO pins on the device.