|
MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
A brand of RGB led strips by Adafruit More...
Public Member Functions | |
| IStrand | InitializeStrand (byte id, ColorOrdering ordering, StrandSpeed speed, byte gpioPin, byte nLeds) |
| Initialize memory on the MetaWear board for a NeoPixel strand More... | |
| IStrand | LookupStrand (byte id) |
| Find the object corresponding to the strand number More... | |
A brand of RGB led strips by Adafruit
| IStrand MbientLab.MetaWear.Peripheral.INeoPixel.InitializeStrand | ( | byte | id, |
| ColorOrdering | ordering, | ||
| StrandSpeed | speed, | ||
| byte | gpioPin, | ||
| byte | nLeds | ||
| ) |
Initialize memory on the MetaWear board for a NeoPixel strand
| id | Strand number (id) to initialize, can be in the range [0, 2] |
| ordering | Color ordering format |
| speed | Operating speed |
| gpioPin | GPIO pin the strand is connected to |
| nLeds | Number of LEDs to use |
| IStrand MbientLab.MetaWear.Peripheral.INeoPixel.LookupStrand | ( | byte | id | ) |
Find the object corresponding to the strand number
| id | Index the virtual pin is using |
1.8.14