wsled interface skeleton
This commit is contained in:
21
src/WsledInterface.cpp
Normal file
21
src/WsledInterface.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
#include "WsledInterface.hpp"
|
||||
|
||||
WsledInterface::WsledInterface(const wsled_t* device) {
|
||||
|
||||
}
|
||||
|
||||
STATUS WsledInterface::writePixel(CRGB pixel, size_t index) {
|
||||
|
||||
return OKAY;
|
||||
}
|
||||
|
||||
STATUS WsledInterface::get(CRGB* pixel, size_t index) {
|
||||
|
||||
return OKAY;
|
||||
}
|
||||
|
||||
STATUS WsledInterface::flush() {
|
||||
|
||||
return OKAY;
|
||||
}
|
||||
Reference in New Issue
Block a user