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

fastled_arm_nrf51.h « nrf51 « arm « platforms - github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88344a35a67b59242bb64719ee1f9f80db9680fb (plain)
1
2
3
4
5
6
7
8
9
#ifndef __INC_FASTLED_ARM_NRF51_H
#define __INC_FASTLED_ARM_NRF51_H

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

#endif