ELEC2645 (2018/19) / Mbed 2 deprecated el17szs

Dependencies:   mbed

Revision:
8:7b7e1a5b8200
Parent:
7:a1a6bff238c1
Child:
33:9d34ef219fff
--- a/Ball/Ball.h	Thu Apr 18 13:04:37 2019 +0000
+++ b/Ball/Ball.h	Sat Apr 20 20:32:56 2019 +0000
@@ -29,6 +29,8 @@
     void set_field(N5110 &lcd);
     void update_ball(int checkHit, Direction dir);
     int bowler_start();
+    void raw_field(N5110 &lcd);
+    void check_status();
     
 private:
     Gamepad pad;