6 lines
80 B
C
6 lines
80 B
C
|
#ifndef _RGB_H_
|
||
|
#define _RGB_H_
|
||
|
|
||
|
void rgb_init(void);
|
||
|
|
||
|
#endif /* _RGB_H_ */
|