The port of adafruit dotstar library for arduino https://github.com/adafruit/Adafruit_DotStar

Dependents:   335_project

Fork of DotStar by Hideaki Tai

Files at this revision

API Documentation at this revision

Comitter:
pwalne
Date:
Wed Jan 04 20:53:35 2017 +0000
Parent:
1:d09c288b8eb3
Commit message:
Changes for mbed LPC1768

Changed in this revision

DotStar.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/DotStar.cpp	Wed Apr 06 08:49:21 2016 +0000
+++ b/DotStar.cpp	Wed Jan 04 20:53:35 2017 +0000
@@ -38,7 +38,7 @@
 , sclk_(sclk)
 , data_out(NULL)
 , sclk_out(NULL)
-, port(PortA)
+, port(Port0)
 , port_out(NULL)
 , d_mask(0)
 , c_mask(0)
@@ -62,7 +62,7 @@
 , sclk_(NC)
 , data_out(NULL)
 , sclk_out(NULL)
-, port(PortA)
+, port(Port0)
 , port_out(NULL)
 , d_mask(0)
 , c_mask(0)