7 lines
70 B
C++
7 lines
70 B
C++
#ifndef SERVO_TEST_H
|
|
#define SERVO_TEST_H
|
|
|
|
void servo_test();
|
|
|
|
#endif
|