rastable/arduino/test/platforms/arm/nrf51/fastled_arm_nrf51.h

12 lines
247 B
C
Raw Normal View History

2018-11-26 00:49:19 +01:00
#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