foboot/sw/include/rgb.h
Sean Cross 85bdc7991c rgb: add initial rgb code
It initializes the rgb driver, and can write to its registers.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-04-02 18:10:17 +08:00

6 lines
80 B
C

#ifndef _RGB_H_
#define _RGB_H_
void rgb_init(void);
#endif /* _RGB_H_ */