Sean Cross
85bdc7991c
It initializes the rgb driver, and can write to its registers. Signed-off-by: Sean Cross <sean@xobs.io>
6 lines
80 B
C
6 lines
80 B
C
#ifndef _RGB_H_
|
|
#define _RGB_H_
|
|
|
|
void rgb_init(void);
|
|
|
|
#endif /* _RGB_H_ */ |