Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / dump_robot.h @ 1439

History | View | Annotate | Download (169 Bytes)

1
#ifndef _dump_robot_h
2
#define _dump_robot_h
3

    
4
void dump_robot_encoders (void);
5
void dump_robot_rangefinders (void);
6
void dump_robot_bom (void);
7

    
8

    
9

    
10

    
11

    
12
#endif
13