Library that draws a basket on a Nokia N5110 LCD display and allows it to be moved left/right on the display using buttons or a joystick.

Dependents:   Game_Controller_Project

Revision:
3:d8deea6454df
Parent:
2:5d4f2c3f3c0a
Child:
4:4ce558075c32
diff -r 5d4f2c3f3c0a -r d8deea6454df Basket.h
--- a/Basket.h	Fri Mar 17 15:33:58 2017 +0000
+++ b/Basket.h	Sat Mar 18 14:05:44 2017 +0000
@@ -16,6 +16,7 @@
     void Basket_move(Direction d, float mag);
     void Basket_score();
     int get_Basket_score();
+    int get_Basket_pos();
     
     private: