MD_Cubo LED Cube Arduino Library  1.1
Library to control LED Cubes
MD_Cubo_4x4_ICS595.h File Reference

Main 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.
 
#define CLK   0
 SPI Clock pin number.
 
#define LOAD   1
 SPI Load pin number.
 
#define DATA   3
 SPI Data pin number.
 
#define OUT_ENA   2
 595 Output Enable pin number
 
#define LAYER_TIME   5
 Reflech time for each layer, in milliseconds.
 
#define CUBE_SIZE   4
 Cube size in the X, Y and Z axis.
 

Detailed Description

Main header file for the MD_Cubo ICStation 595 object.