#ifndef ILLUMINATE_H
#define ILLUMINATE_H

int dmx_init();
int dmx_write_rgb(int r, int g, int b);
void dmx_deinit();

#endif /*ILLUMINATE_H*/