feat(ex00): is done
This commit is contained in:
parent
a8d64871b1
commit
dd41c1f072
17 changed files with 978 additions and 0 deletions
9
ex00/include/rgb.h
Normal file
9
ex00/include/rgb.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef RGB_H
|
||||
#define RGB_H
|
||||
|
||||
#include "mystd.h"
|
||||
|
||||
void init_rgb(void);
|
||||
void set_rgb(uint8_t r, uint8_t g, uint8_t b);
|
||||
|
||||
#endif /* RGB_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue