Marumbo Sichinga / Mbed 2 deprecated SmartWatchTopicDisplay

Dependencies:   mbed

Revision:
1:a06fd6ffdb3e
Parent:
0:0b9e73d44412
Child:
2:a128db827b61
--- a/main.cpp	Thu Jul 08 09:34:51 2021 +0000
+++ b/main.cpp	Thu Jul 08 21:11:12 2021 +0000
@@ -116,7 +116,7 @@
 string content[5][2]= {{"Topic 1","Content 1"},{"Topic 2","Content 2"},{"Topic 3","Content 3"},{"Topic 4","Content 4"},{"Topic 5","Content 5"}};
 string companyName = "Godfrey&SonsTech";
 
-
+Timer t;
 int direction = 0; // Forward is 0 False and Reverse 1true
 int current_topic;
 time_t loraTimerStart;