initial upload
This commit is contained in:
parent
20820a11e0
commit
5ea437c170
2 changed files with 125 additions and 0 deletions
6
examples/osd/opentrigger-board/sketch.h
Normal file
6
examples/osd/opentrigger-board/sketch.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef __SKETCH_h__
|
||||
#define __SKETCH_h__
|
||||
|
||||
int color_rgb_from_string (const char *r, const char *g, const char *b);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue