initial upload

This commit is contained in:
Harald Pichler 2016-11-03 15:46:00 +01:00
parent 20820a11e0
commit 5ea437c170
2 changed files with 125 additions and 0 deletions

View 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