Skip to content
Snippets Groups Projects
Commit d4f19e97 authored by fxk8y's avatar fxk8y :spider:
Browse files

Begin implementing protocols

parent 67f557fb
No related branches found
No related tags found
No related merge requests found
#include "FxCyanRGB8.hpp"
// C++ system level
#include <string>
#include <cinttypes>
#include <functional>
// ESP32 specific
// #include "freertos/FreeRTOS.h"
// #include "freertos/queue.h"
// project specific
// #include "LambdaTask.hpp"
// qthing stuff
// #include ""
namespace SiliconTorch {
namespace FxCyanRGB8 {
FxCyanRGB8::FxCyanRGB8() {
}
}
}
#pragma once
// C++ system level
#include <string>
#include <cinttypes>
#include <functional>
// ESP32 specific
// #include "freertos/FreeRTOS.h"
// #include "freertos/queue.h"
// project specific
// #include "LambdaTask.hpp"
// qthing stuff
// #include ""
namespace SiliconTorch {
namespace FxCyanRGB8 {
class FxCyanRGB8 {
public:
FxCyanRGB8();
private:
};
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment