ArtNet node to drive TM1809 LED strips
Dependencies: DMX DmxArtNet EthernetNetIf mbed
Fork of ArtNode by
dbg.h@0:e3d0bc58141e, 2011-10-06 (annotated)
- Committer:
- okini3939
- Date:
- Thu Oct 06 04:13:35 2011 +0000
- Revision:
- 0:e3d0bc58141e
- Child:
- 1:6ea5c460fdf2
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
okini3939 | 0:e3d0bc58141e | 1 | #define DEBUG |
okini3939 | 0:e3d0bc58141e | 2 | |
okini3939 | 0:e3d0bc58141e | 3 | #ifdef DEBUG |
okini3939 | 0:e3d0bc58141e | 4 | #define DBG(...) printf("dbg:" __VA_ARGS__) |
okini3939 | 0:e3d0bc58141e | 5 | #else |
okini3939 | 0:e3d0bc58141e | 6 | #define DBG(...) |
okini3939 | 0:e3d0bc58141e | 7 | #endif |