Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DotStar by
Revision 2:51722225d46c, committed 2017-01-04
- 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 |
diff -r d09c288b8eb3 -r 51722225d46c DotStar.cpp --- 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)