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

fastled_arm_k20.h « k20 « arm « platforms - github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48565ec5ffbdb3c4fce64de306c3d04f3344b7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __INC_FASTLED_ARM_K20_H
#define __INC_FASTLED_ARM_K20_H

// Include the k20 headers
#include "bitswap.h"
#include "delay.h"
#include "fastpin_arm_k20.h"
#include "fastspi_arm_k20.h"
#include "octows2811_controller.h"
#include "smartmatrix_t3.h"
#include "clockless_arm_k20.h"
#include "clockless_block_arm_k20.h"

#endif