Control library for the Sparkfun Entertainment Trackballer breakout board.

Revision:
7:229fc175e05e
Parent:
6:c0ebd0f8f873
Child:
15:a66aea99500e
--- a/trackballer.h	Sat Feb 19 20:31:43 2011 +0000
+++ b/trackballer.h	Sat Feb 19 20:41:29 2011 +0000
@@ -31,6 +31,7 @@
     trackballer(PinName button, PinName right, PinName down, PinName left, PinName up, PinName red, PinName green, PinName blue, PinName white, char limits = 0x00);
     
     void getState(float &xPosition, float &yPosition, char &button);
+    void reset();