osd-contiki/examples/osd/opentrigger-board/sketch.h
2016-11-03 15:46:00 +01:00

7 lines
124 B
C

#ifndef __SKETCH_h__
#define __SKETCH_h__
int color_rgb_from_string (const char *r, const char *g, const char *b);
#endif