Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
39:ca77a6d574e6
Parent:
32:5403bb974294
--- a/tutorial/tutorial.h	Tue May 07 10:40:26 2019 +0000
+++ b/tutorial/tutorial.h	Tue May 07 15:20:16 2019 +0000
@@ -18,7 +18,7 @@
     static const int right_arrow_pos_x = 70;
     static const int left_arrow_pos_x = 4;
     static const int arrows_pos_y = 0;
-    static const int total_pages = 11;
+    static const int total_pages = 12;
     static const float time_delay = 100;
     int current_page;
     void drawArrowsAndExitButton();
@@ -34,6 +34,7 @@
     void tutorialPage8();
     void tutorialPage9();
     void tutorialPage10();
+    void tutorialPage11();
     
 };
 #endif
\ No newline at end of file