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.
Dependents: CompSci335Project TritiumSim
Revision 1:f066d5347c60, committed 2013-08-16
- Comitter:
- luizhespanha
- Date:
- Fri Aug 16 15:44:44 2013 +0000
- Parent:
- 0:e81a6274acce
- Commit message:
- Add licence informations
Changed in this revision
| Adafruit_LEDBackpack.cpp | Show annotated file Show diff for this revision Revisions of this file | 
| Adafruit_LEDBackpack.h | Show annotated file Show diff for this revision Revisions of this file | 
--- a/Adafruit_LEDBackpack.cpp Fri Aug 16 15:41:01 2013 +0000 +++ b/Adafruit_LEDBackpack.cpp Fri Aug 16 15:44:44 2013 +0000 @@ -17,6 +17,10 @@ Written by Limor Fried/Ladyada for Adafruit Industries. BSD license, all text above must be included in any redistribution ****************************************************/ + + /* + * Modified by Luiz Hespanha (http://www.d3.do) 8/16/2013 for use in LPC1768 + */ #include "mbed.h" #include "Adafruit_LEDBackpack.h"
--- a/Adafruit_LEDBackpack.h Fri Aug 16 15:41:01 2013 +0000 +++ b/Adafruit_LEDBackpack.h Fri Aug 16 15:44:44 2013 +0000 @@ -17,6 +17,10 @@ Written by Limor Fried/Ladyada for Adafruit Industries. BSD license, all text above must be included in any redistribution ****************************************************/ + + /* + * Modified by Luiz Hespanha (http://www.d3.do) 8/16/2013 for use in LPC1768 + */ #include "mbed.h" #include "Adafruit_GFX.h"