Below is the file 'src/lsi/dmx.h' from this revision. You can also download the file.
/* dmx.h */ #define DMX_UNIVERSESIZE 512 void dmx_close(void); int dmx_init(void); void dmx_setchannel(int channel, int value); void dmx_output(void);