Sean Cross
e8aaac5cfe
The software is untested, but it builds. Signed-off-by: Sean Cross <sean@xobs.io>
10 lines
183 B
C
10 lines
183 B
C
#ifndef _RGB_H_
|
|
#define _RGB_H_
|
|
|
|
void rgb_init(void);
|
|
void rgb_mode_idle(void);
|
|
void rgb_mode_done(void);
|
|
void rgb_mode_writing(void);
|
|
void rgb_mode_error(void);
|
|
|
|
#endif /* _RGB_H_ */ |