Similar to the example code.

Dependencies:   mbed N5110

Revision:
2:533869513c4a
Parent:
1:85ab0d979b57
--- a/Cylinder/Cylinder.cpp	Sat May 04 08:53:09 2019 +0000
+++ b/Cylinder/Cylinder.cpp	Sun May 05 14:14:32 2019 +0000
@@ -84,7 +84,7 @@
                 _gap2 = rand()%3+13;
                 _gap3 = rand()%3+13;
                 _speed = 3;
-                _bird.set_speed(4);
+                _bird.set_speed(6);
 
                 break;
         }