7 lines
76 B
C++
7 lines
76 B
C++
#ifndef ENCODER_TEST_H
|
|
#define ENCODER_TEST_H
|
|
|
|
void encoder_test();
|
|
|
|
#endif
|