Edit

Share via


Led Class

Definition

Represents a led light

public class Led : IDisposable
type Led = class
    interface IDisposable
Public Class Led
Implements IDisposable
Inheritance
Led
Implements

Properties

IsOn

Gets if led is switched on or not

Pin

GPIO pin to which led is attached

Methods

Dispose()

Disposes the Led instance

Off()

Switch off this led light

On()

Switch on this led light

Applies to