Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fastled_arm_kl26.h « kl26 « arm « platforms « src - github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0ef0ff752cffe238cd624701a276b717c74f31a (plain)
1
2
3
4
5
6
7
8
9
10
#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