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>2016-03-29 10:30:42 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2016-03-29 10:30:42 +0300
commitdcb973e42bb6bed5a9c120718884e0259a0302bb (patch)
tree27b11be18949bb05d85e409fe7531bd5b16c48f1 /fastspi.h
parent87211a5a7c2e143b9d172d9ce62151049eb7b7b2 (diff)
Initial checkin of parallel esp8266 output.
Diffstat (limited to 'fastspi.h')
-rw-r--r--fastspi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fastspi.h b/fastspi.h
index db74eb87..e66ed657 100644
--- a/fastspi.h
+++ b/fastspi.h
@@ -105,8 +105,10 @@ class SPIOutput<SPI_UART1_DATA, SPI_UART1_CLOCK, SPI_SPEED> : public AVRUSART1SP
#endif
#else
-#warning "No hardware SPI pins defined. All SPI access will default to bitbanged output"
+#if !defined(FASTLED_INTERNAL)
+#warning "No hardware SPI pins defined. All SPI access will default to bitbanged output"
+#endif
#endif
// #if defined(USART_DATA) && defined(USART_CLOCK)