MD_Cubo LED Cube Arduino Library
2.1
Library to control LED Cubes
|
Header file for the MD_Cubo ICStation 595 object. More...
Classes | |
class | MD_Cubo_ICS595 |
Macros | |
#define | DEBUG_595 0 |
Enable or disable (default) debugging output from the example. | |
#define | PRINT(s, v) |
Print a string followed by a value (decimal) | |
#define | PRINTX(s, v) |
Print a string followed by a value (hex) | |
#define | PRINTB(s, v) |
Print a string followed by a value (binary) | |
#define | PRINTS(s) |
Print a string. | |
Variables | |
const uint8_t | CLK = 0 |
SPI Clock pin number. | |
const uint8_t | LOAD = 1 |
SPI Load pin number. | |
const uint8_t | DATA = 3 |
SPI Data pin number. | |
const uint8_t | OUT_ENA = 2 |
595 Output Enable pin number | |
const uint8_t | LAYER_TIME = 5 |
Refresh time for each layer, in milliseconds. | |
const uint8_t | CUBE_SIZE = 4 |
Cube size in the X, Y and Z axis. | |
Header file for the MD_Cubo ICStation 595 object.