Merge pull request #131 from wez/rgb

add header with rgb struct definition
pull/132/head
Jesse Vincent 7 years ago committed by GitHub
commit 338c5c6551

@ -0,0 +1,6 @@
#pragma once
struct cRGB {
uint8_t b;
uint8_t g;
uint8_t r;
};
Loading…
Cancel
Save