diff options
Diffstat (limited to 'Libraries/Button/button_task.h')
-rw-r--r-- | Libraries/Button/button_task.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Libraries/Button/button_task.h b/Libraries/Button/button_task.h new file mode 100644 index 0000000..c55f8c3 --- /dev/null +++ b/Libraries/Button/button_task.h @@ -0,0 +1,8 @@ +#ifndef BUTTON_TASK_INCLUDED +#define BUTTON_TASK_INCLUDED + +#include "stm32f0xx.h" + +void Button_Task ( void *pvParameters ); + +#endif //BUTTON_TASK_INCLUDED
\ No newline at end of file |