LED bus driver on any GPIO pin for addressable RGB LEDs (like NeoPixels or other WS2812 based LEDs)

Revision:
3:67e68c46daef
Parent:
2:735bb1b9cfc2
--- a/LEDBus.h	Wed Jun 14 19:51:33 2017 +0000
+++ b/LEDBus.h	Wed Jun 14 20:37:31 2017 +0000
@@ -15,7 +15,7 @@
 
 
 /**
-    LEDBus
+    The LEDBus class allows for 'low' level communication to an addressable LED bus/strip 
 */
 class LEDBus
 {