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:
authordanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-03-05 13:15:36 +0400
committerdanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-03-05 13:15:36 +0400
commit26dcec425ff0374d7277e8fe102867d9af412b7a (patch)
tree7f867b79d2c83bb4cb3df6c12b33d969f9b69582 /controller.h
parent1aad412aa1879845cdaa26aad0328cdeb7f9bba5 (diff)
Rename templated Pin class to FastPin and create non-templated Pin access class simply called Pin. Required to make select pin support work 'correctly'
Diffstat (limited to 'controller.h')
-rw-r--r--controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller.h b/controller.h
index 0dbd0d12..dd0cea81 100644
--- a/controller.h
+++ b/controller.h
@@ -33,6 +33,7 @@ public:
// wait until the controller is ready to write data out
virtual void wait() { return; }
+
};
#endif \ No newline at end of file