add button stuff and timer stuff
This commit is contained in:
24
disabled/testTask.h-disabled
Normal file
24
disabled/testTask.h-disabled
Normal file
@ -0,0 +1,24 @@
|
||||
/*
|
||||
* testTask.h
|
||||
*
|
||||
* Created on: 29.08.2016
|
||||
* Author: wn
|
||||
*/
|
||||
|
||||
#ifndef TESTTASK_H_
|
||||
#define TESTTASK_H_
|
||||
|
||||
|
||||
#include "gpio.h"
|
||||
|
||||
|
||||
typedef struct {
|
||||
tPin pin;
|
||||
uint8_t toggle;
|
||||
} tTestTaskHandle;
|
||||
|
||||
void testTaskInit(void *handleArg, tPin pin);
|
||||
void testTaskExec(void *handleArg);
|
||||
|
||||
|
||||
#endif /* TESTTASK_H_ */
|
Reference in New Issue
Block a user