TLC59116 Library  v0.2
Classes | Macros | Functions | Variables
TLC59116_Unmanaged.h File Reference

(Sat Jun 20 14:19:53 2015 -0400)

#include <Arduino.h>
#include <Wire.h>
Include dependency graph for TLC59116_Unmanaged.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TLC59116_Unmanaged::Broadcast
 
class  TLC59116_Unmanaged::Scan
 
class  TLC59116_Unmanaged
 

Macros

#define TLC59116_DEV   0
 
#define TLC59116_LOWLEVEL   0
 
#define TLC59116_WARNINGS   0
 

Functions

template<typename T >
void TLC59116Dev (const T msg)
 
template<typename T >
void TLC59116Dev (T msg, int format)
 
void TLC59116Dev ()
 
template<typename T >
void TLC59116LowLevel (T msg)
 
template<typename T >
void TLC59116LowLevel (T msg, int format)
 
void TLC59116LowLevel ()
 
template<typename T >
void TLC59116Warn (const T msg, int format=0)
 
void TLC59116Warn ()
 

Variables

TwoWire Wire
 

Macro Definition Documentation

#define TLC59116_LOWLEVEL   0
#define TLC59116_DEV   0
#define TLC59116_WARNINGS   0

Function Documentation

template<typename T >
void TLC59116Warn ( const T  msg,
int  format = 0 
)
inline

Here is the caller graph for this function:

void TLC59116Warn ( )
inline
template<typename T >
void TLC59116Dev ( const T  msg)
inline

Here is the caller graph for this function:

template<typename T >
void TLC59116Dev ( msg,
int  format 
)
inline
void TLC59116Dev ( )
inline
template<typename T >
void TLC59116LowLevel ( msg)
inline

Here is the caller graph for this function:

template<typename T >
void TLC59116LowLevel ( msg,
int  format 
)
inline
void TLC59116LowLevel ( )
inline

Variable Documentation

TwoWire Wire