14 lines
326 B
C
14 lines
326 B
C
|
#ifndef __INC_FASTLED_ARM_K20_H
|
||
|
#define __INC_FASTLED_ARM_K20_H
|
||
|
|
||
|
// Include the k20 headers
|
||
|
#include "fastpin_arm_k20.h"
|
||
|
#include "fastspi_arm_k20.h"
|
||
|
#include "octows2811_controller.h"
|
||
|
#include "ws2812serial_controller.h"
|
||
|
#include "smartmatrix_t3.h"
|
||
|
#include "clockless_arm_k20.h"
|
||
|
#include "clockless_block_arm_k20.h"
|
||
|
|
||
|
#endif
|