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

10 lines
198 B
C

#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