Refactoring how board control works
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
// store a color
|
||||
struct Color{
|
||||
public:
|
||||
// create a constructor for this struct
|
||||
Color(uint8_t red, uint8_t green, uint8_t blue) :
|
||||
red(red),
|
||||
|
||||
Reference in New Issue
Block a user