class documentation
Class to control an LED on a Raspberry Pi Pico device.
| Method | __del__ |
Release the LED pin. |
| Method | __init__ |
Initialize the LED on the default or given pin. |
| Method | blink |
Blink the LED on and off for a specified duration. |
| Method | off |
Turn the LED off. |
| Method | on |
Turn the LED on. |
| Method | toggle |
Toggle the LED state. |
| Instance Variable | led |
The Pin object representing the LED. |