Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / test_motors.h @ 1295

History | View | Annotate | Download (163 Bytes)

1
#ifndef _test_motors_h
2
#define _test_motors_h
3

    
4
#include <dragonfly_lib.h>
5

    
6
void test_motor (uint8_t num);
7
void test_motor_all (void);
8

    
9

    
10

    
11

    
12

    
13

    
14

    
15
#endif