Led Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |