11 lines
238 B
C
11 lines
238 B
C
#ifndef __INC_FASTLED_ARM_KL26_H
|
|
#define __INC_FASTLED_ARM_KL26_H
|
|
|
|
// Include the k20 headers
|
|
#include "fastpin_arm_kl26.h"
|
|
#include "fastspi_arm_kl26.h"
|
|
#include "clockless_arm_kl26.h"
|
|
#include "../k20/ws2812serial_controller.h"
|
|
|
|
#endif
|