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

fastled_arm_sam.h « sam « arm « platforms « FastLED-master « Библиотеки - github.com/AlexGyver/Arduino_Ambilight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd61c14cc5597d9d0229c0878ba47958b7219829 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __INC_FASTLED_ARM_SAM_H
#define __INC_FASTLED_ARM_SAM_H

// Include the sam headers
#include "fastled_delay.h"
#include "fastpin_arm_sam.h"
#include "fastspi_arm_sam.h"
#include "clockless_arm_sam.h"
#include "clockless_block_arm_sam.h"

#endif