rastable/arduino/test/platforms/arm/stm32/fastled_arm_stm32.h
2018-11-26 00:49:19 +01:00

11 lines
225 B
C

#ifndef __INC_FASTLED_ARM_SAM_H
#define __INC_FASTLED_ARM_SAM_H
// Include the sam headers
#include "fastled_delay.h"
#include "fastpin_arm_stm32.h"
// #include "fastspi_arm_stm32.h"
#include "clockless_arm_stm32.h"
#endif