10 lines
132 B
C
10 lines
132 B
C
#ifndef __TEST_H
|
|
#define __TEST_H
|
|
|
|
#include <stdint.h>
|
|
|
|
extern void test_init(uint8_t value);
|
|
extern void test_100ms(void);
|
|
|
|
#endif
|