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
--- a/Basket.cpp	Fri Mar 17 15:33:58 2017 +0000
+++ b/Basket.cpp	Sat Mar 18 14:05:44 2017 +0000
@@ -56,4 +56,9 @@
 int Basket::get_Basket_score()
 {
     return basket_score;
+}
+
+int Basket::get_Basket_pos()
+{
+    return basket_y;
 }
\ No newline at end of file