Files
klubhaus-doorbell/libraries/FastLED/src/controller.h
2026-02-12 00:45:31 -08:00

12 lines
217 B
C

#pragma once
#ifndef __INC_CONTROLLER_H
#define __INC_CONTROLLER_H
/// @file controller.h
/// deprecated: base definitions used by led controllers for writing out led data
#include "cpixel_ledcontroller.h"
#endif