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

fastled_arm_k66.h « k66 « arm « platforms « FastLED-master « Библиотеки - github.com/AlexGyver/Arduino_Ambilight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ef23c3f530c242c90d0443a6b88b14009aff7b5 (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 "bitswap.h"
#include "fastled_delay.h"
#include "fastpin_arm_k66.h"
#include "fastspi_arm_k66.h"
//#include "octows2811_controller.h"
//#include "smartmatrix_t3.h"
#include "clockless_arm_k66.h"
#include "clockless_block_arm_k66.h"

#endif