UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
util.h
1 /* @file util.h
2  *
3  * @ingroup tests
4  *
5  * @{
6  */
7 
8 #ifndef __UTIL_TEST_H__
9 #define __UTIL_TEST_H__
10 
11 #include "../../firmware.h"
12 
13 bool test_crc(void);
14 bool test_pn9(void);
15 bool test_shake(void);
16 
17 bool util_tests(void);
18 
19 #endif /* __UTIL_TEST_H__ */
20