initial commit
This commit is contained in:
11
libraries/FastLED/src/controller.h
Normal file
11
libraries/FastLED/src/controller.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user