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