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
diff -r d8deea6454df -r 4ce558075c32 Basket.cpp
--- a/Basket.cpp	Sat Mar 18 14:05:44 2017 +0000
+++ b/Basket.cpp	Tue Mar 21 11:08:39 2017 +0000
@@ -58,7 +58,12 @@
     return basket_score;
 }
 
-int Basket::get_Basket_pos()
+int Basket::get_Basket_x()
+{
+    return basket_x;
+}
+
+int Basket::get_Basket_y()
 {
     return basket_y;
 }
\ No newline at end of file