poppy_com  0.1
Poppy2.0 communication library
 All Classes Files Functions Variables Enumerations Enumerator Pages
test_mngmnt.h
1 /*
2  * test_mngmnt.h
3  *
4  * Created: 11/02/2015 12:40:48
5  * Author: Nicolas Rabault
6  */
7 
8 #ifndef test_mngmnt_H_
9 #define test_mngmnt_H_
10 
11 unsigned char test(unsigned char result);
12 int test_end(void);
13 void test_sequences(unsigned char (*test_func)(void));
14 
15 #endif /* test_mngmnt_H_ */