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>2014-04-04 02:21:09 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-04-04 02:21:09 +0400
commit24d6cbd995da439356974d8f3e4c2f148f1b89f4 (patch)
tree36739f6a971c675e638c9a160f7204fa9b817032 /clockless_trinket.h
parent46464dbd4d8d570953ee42887b2611b080892382 (diff)
What are betas for if not experimenting? Tossing in a LPD1886 trial
Diffstat (limited to 'clockless_trinket.h')
-rw-r--r--clockless_trinket.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clockless_trinket.h b/clockless_trinket.h
index 16d3a261..55cd3f2b 100644
--- a/clockless_trinket.h
+++ b/clockless_trinket.h
@@ -132,9 +132,6 @@ public:
: /* clobber registers */
-#define xstr(s) str(s)
-#define str(s) #s
-
// 1 cycle, write hi to the port
#define HI1 if((int)(FastPin<DATA_PIN>::port())-0x20 < 64) { asm __volatile__("out %[PORT], %[hi]" ASM_VARS ); } else { *FastPin<DATA_PIN>::port()=hi; }
// 1 cycle, write lo to the port