LED-Mesh/libraries/FastLED/platforms/arm/nrf51/fastled_arm_nrf51.h
2019-02-13 22:27:19 +01:00

10 lines
199 B
C

#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