Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / test_motors.c @ 1151

History | View | Annotate | Download (375 Bytes)

1
#include "test_motors.h"
2
#include "global.h"
3

    
4
void test_motors (void)
5
{
6
        usb_puts("Testing motors" NL);
7
        
8
        // reset_encoders ();
9
        //for (num measurements)
10
        //{
11
        //        send (turn motor on for time)
12
        //        wait (done)
13
        //        wait_stopped
14
        //        send (read encoders)
15
        //        receive (data)
16
        //        read encoders
17
        //}
18

    
19
        //send data
20
        
21
        usb_puts("Testing motors finished" NL);
22
}