Similar to the example code.

Dependencies:   mbed N5110

Revision:
1:85ab0d979b57
Parent:
0:97418ec4c37d
Child:
2:533869513c4a
--- a/Bird/Bird.h	Tue Apr 23 16:04:18 2019 +0000
+++ b/Bird/Bird.h	Sat May 04 08:53:09 2019 +0000
@@ -11,6 +11,7 @@
 {
     public :
     void init();
+    void set_speed(int speed);
     void draw(N5110 &lcd);
     void update(Gamepad &pad);
     void background(N5110 &lcd);