Sean Cross
5ff6153b53
These tests are still a work-in-progress, but they form the basis of what will be the factory test. Signed-off-by: Sean Cross <sean@xobs.io>
11 lines
208 B
C
11 lines
208 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);
|
|
void rgb_mode_off(void);
|
|
|
|
#endif /* _RGB_H_ */ |