|
Property | numLEDs |
| Class for turning a bank of LEDs on/off. More...
|
|
Property | specs |
| Specs for color (other?)
|
|
Property | isAvailable = false |
|
whether or not the object is ready to read() from
|
|
Property | clockFunction |
|
any function that returns the current time as a number
|
|
|
self | dotsWritableLEDs () |
| Arguments are ultimately passed to openDevice.
|
|
| set (self, indices, colors) |
| Set specs. More...
|
|
timestamp | blankLEDs (self) |
| Turn off all LEDs.
|
|
self | dotsWritable () |
|
Constructor takes no arguments.
|
|
| initialize (self, varargin) |
|
Locate, acquire, configure, etc. device and component resources.
|
|
time | getDeviceTime (self) |
|
Get the current time from clockFunction.
|
|
| close (self) |
|
Release any resources acquired by initialize().
|
|
| delete (self) |
|
Automatically close when Matlab is done with this object.
|
|
◆ set()
set |
( |
self |
, |
|
|
indices |
, |
|
|
colors |
|
|
) |
| |
Set specs.
colors is cell array of [r g b] or chars
◆ numLEDs
Class for turning a bank of LEDs on/off.
Created by jig 07/17/2019 Number of available LEDs – should be set in subclass
The documentation for this class was generated from the following file: