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:
4:4ce558075c32
Parent:
3:d8deea6454df
Child:
5:32421eb42841
--- a/Basket.h	Sat Mar 18 14:05:44 2017 +0000
+++ b/Basket.h	Tue Mar 21 11:08:39 2017 +0000
@@ -16,7 +16,8 @@
     void Basket_move(Direction d, float mag);
     void Basket_score();
     int get_Basket_score();
-    int get_Basket_pos();
+    int get_Basket_x();
+    int get_Basket_y();
     
     private: