Trackball based on the NXP LPC11U24 and the ADNS-9500

Dependencies:   ADNS9500 USBDevice mbed 25LCxxx_SPI

Files at this revision

API Documentation at this revision

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);