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

fastled_arm_nrf51.h « nrf51 « arm « platforms « FastLED-master « Библиотеки - github.com/AlexGyver/Arduino_Ambilight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bfdefc34a40db83a173c4aa155e40aba8dc41d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __INC_FASTLED_ARM_NRF51_H
#define __INC_FASTLED_ARM_NRF51_H

// Include the k20 headers
#include "bitswap.h"
#include "fastled_delay.h"
#include "fastpin_arm_nrf51.h"
#include "fastspi_arm_nrf51.h"
#include "clockless_arm_nrf51.h"

#endif