main/setup.h

changeset 0
b74b0e4902c3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/setup.h	Sat Oct 20 13:23:15 2018 +0200
@@ -0,0 +1,18 @@
+/**
+ * @file setup.h
+ * @brief Setup screens.
+ */
+#ifndef	_SETUP_H
+#define	_SETUP_H
+
+/**
+ * @brief Setup init fases.
+ */
+void Setup_Init(void);
+
+/**
+ * @brief Setup loop screens. Non-blocking.
+ */
+void Setup_Loop(void);
+
+#endif

mercurial