leddisplay/libraries/FastLED/platforms/arm/stm32/fastled_arm_stm32.h

10 lines
198 B
C
Raw Normal View History

2018-10-13 22:34:06 +02:00
#ifndef __INC_FASTLED_ARM_SAM_H
#define __INC_FASTLED_ARM_SAM_H
// Include the sam headers
#include "fastpin_arm_stm32.h"
// #include "fastspi_arm_stm32.h"
#include "clockless_arm_stm32.h"
#endif