#include "RGB.h"
RGB Ferdinand(1, 2, 3, 4);
void setup() {
Ferdinand.setRGB(1);
}
void loop() {
// put your main code here, to run repeatedly:
}
#include "RGB.h"
RGB Ferdinand(1, 2, 3, 4);
void setup() {
Ferdinand.setRGB(1);
}
void loop() {
// put your main code here, to run repeatedly:
}