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

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

// Include the k66 headers
#include "fastpin_arm_k66.h"
#include "fastspi_arm_k66.h"
#include "../k20/octows2811_controller.h"
#include "../k20/ws2812serial_controller.h"
#include "../k20/smartmatrix_t3.h"
#include "clockless_arm_k66.h"
#include "clockless_block_arm_k66.h"

#endif