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

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2015-03-15 01:16:58 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-03-15 01:16:58 +0300
commitc7fde37960be8f041a3b2ff4ad130adf00aecb2f (patch)
treeabf47fac009ece0e411854466d176f3ee077a9a3 /fastspi_bitbang.h
parente18ed4c72fd83e84fc95fb45d3a8ee83e11dad98 (diff)
Adding d21 support for the Arduino Zero. Adding fastpin support for the d21.
Diffstat (limited to 'fastspi_bitbang.h')
-rw-r--r--fastspi_bitbang.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastspi_bitbang.h b/fastspi_bitbang.h
index db162f2b..b11602d4 100644
--- a/fastspi_bitbang.h
+++ b/fastspi_bitbang.h
@@ -1,6 +1,8 @@
#ifndef __INC_FASTSPI_BITBANG_H
#define __INC_FASTSPI_BITBANG_H
+#include "delay.h"
+
FASTLED_NAMESPACE_BEGIN
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////