9namespace m5stack_8angle {
11static const uint8_t M5STACK_8ANGLE_NUM_LEDS = 9;
12static const uint8_t M5STACK_8ANGLE_BYTES_PER_LED = 4;
16 void setup()
override;
20 int32_t
size()
const override {
return M5STACK_8ANGLE_NUM_LEDS; }
Helper class to easily give an object a parent of type T.
This class represents the communication layer between the front-end MQTT layer and the hardware outpu...
This class is used to represent the capabilities of a light.
light::LightTraits get_traits() override
light::ESPColorView get_view_internal(int32_t index) const override
int32_t size() const override
void write_state(light::LightState *state) override
void clear_effect_data() override
Providing packet encoding functions for exchanging data with a remote host.