summaryrefslogtreecommitdiff
path: root/Libraries/NixieDriver/nixie_driver_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/NixieDriver/nixie_driver_task.h')
-rw-r--r--Libraries/NixieDriver/nixie_driver_task.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Libraries/NixieDriver/nixie_driver_task.h b/Libraries/NixieDriver/nixie_driver_task.h
new file mode 100644
index 0000000..1c9fb39
--- /dev/null
+++ b/Libraries/NixieDriver/nixie_driver_task.h
@@ -0,0 +1,8 @@
+#ifndef NIXIE_DRIVER_TASK_INCLUDED
+#define NIXIE_DRIVER_TASK_INCLUDED
+
+void NixieDriverInit ( void );
+
+void NixieDriver_Task ( void *pvParameters );
+
+#endif //NIXIE_DRIVER_TASK_INCLUDED \ No newline at end of file