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: ColorLCDShield_Conway
Revision 2:f4f7b91314a0, committed 2015-02-19
- Comitter:
- kayekss
- Date:
- Thu Feb 19 23:05:23 2015 +0000
- Parent:
- 1:2d65bfd1218c
- Commit message:
- Replaced KL25Z-specific pin definitions with universal names for Arduino-compatible boards
Changed in this revision
| ColorLCDShield.cpp | Show annotated file Show diff for this revision Revisions of this file |
| ColorLCDShield.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ColorLCDShield.cpp Thu May 30 22:59:30 2013 +0000 +++ b/ColorLCDShield.cpp Thu Feb 19 23:05:23 2015 +0000 @@ -1,5 +1,6 @@ +// ==================================================== Nov 08 2013, kayeks == // ColorLCDShield.cpp -// ------------------ +// =========================================================================== // Sparkfun's Color LCD Shield (LCD-09363) library for mbed FRDM-KL25Z boards. // - https://www.sparkfun.com/products/9363 // This library has modified from Sparkfun's Arduino library code
--- a/ColorLCDShield.h Thu May 30 22:59:30 2013 +0000 +++ b/ColorLCDShield.h Thu Feb 19 23:05:23 2015 +0000 @@ -1,5 +1,6 @@ +// ==================================================== Nov 08 2013, kayeks == // ColorLCDShield.h -// ---------------- +// =========================================================================== // Sparkfun's Color LCD Shield (LCD-09363) library for mbed FRDM-KL25Z boards. // - https://www.sparkfun.com/products/9363 // This library has modified from Sparkfun's Arduino library code