Multitech xDot Utils

Revision:
3:7fa5603c10dc
Parent:
2:8d1c64670642
Child:
4:db99b2a7d062
--- a/MultitechDot.h	Mon Feb 19 16:11:52 2018 +0200
+++ b/MultitechDot.h	Wed Feb 21 12:52:15 2018 +0200
@@ -60,22 +60,9 @@
 
     void send_data(std::vector<uint8_t> data);
 
-    /**
-    * Set debug mode so that debug logs are enabled
-    * @param is_debug_mode true to enable debug mode, false otherwise
-    */
-    void set_debug_mode(bool is_debug_mode);
-
-
-    /**
-     * Set sleep time
-     * @param sleep_time sleep time in seconds
-     */
-    void set_sleep_time(uint32_t sleep_time);
-
 protected:
     struct dot_config *_config;
 };
 
 
-#endif //MBED_MULTITECHDOT_H
+#endif