Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fastled_arm_stm32.h « stm32 « arm « platforms « FastLED-master « Библиотеки - github.com/AlexGyver/Arduino_Ambilight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e790bfec5ad5c29870fc533aa68be99f1eee9a25 (plain)
1
2
3
4
5
6
7
8
9
10
#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