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.
Dependencies: ADNS9500 USBDevice mbed 25LCxxx_SPI
Revision 4:ba169f98e9be, committed 2012-12-13
- Comitter:
- xxann5
- Date:
- Thu Dec 13 03:10:46 2012 +0000
- Parent:
- 3:b57d3319dd97
- Child:
- 5:c7056267daa7
- Commit message:
- Added 25LCxxx_SPI library
Changed in this revision
| 25LCxxx_SPI.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.h | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/25LCxxx_SPI.lib Thu Dec 13 03:10:46 2012 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/hlipka/code/25LCxxx_SPI/#3a3404dbd3eb
--- a/main.h Wed Dec 12 03:28:47 2012 +0000 +++ b/main.h Thu Dec 13 03:10:46 2012 +0000 @@ -8,6 +8,7 @@ #define DEBUG #include "adns9500.hpp" +#include "Ser25lcxxx.h" DigitalOut led1(LED1); DigitalOut led2(LED2);