MD_Cubo LED Cube Arduino Library  2.1
Library to control LED Cubes
MD_Cubo_nxn_DirectIO.h File Reference

Header file for the MD_Cubo Direct I/O object. More...

+ This graph shows which files directly or indirectly include this file:

Classes

class  MD_Cubo_DirectIO
 

Macros

#define DEBUG_DIRECTIO   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 LAYER_TIME = 5
 Refresh time for each layer, in milliseconds.
 
const uint8_t CUBE_SIZE = 3
 Cube size in the X, Y and Z axis.
 

Detailed Description

Header file for the MD_Cubo Direct I/O object.