main/updates.h

changeset 0
b74b0e4902c3
child 4
6d1f512cd074
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/updates.h	Sat Oct 20 13:23:15 2018 +0200
@@ -0,0 +1,18 @@
+/**
+ * @file updates.h
+ * @brief Updates management.
+ */
+#ifndef _UPDATES_H
+#define _UPDATES_H
+
+/**
+ *  * @brief Updates init fases.
+ *   */
+void Updates_Init(void);
+
+/**
+ *  * @brief Updates loop screens. Non-blocking.
+ *   */
+void Updates_Loop(void);
+
+#endif

mercurial