Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (169 Bytes)

1 1244 deffi
#ifndef _dump_robot_h
2
#define _dump_robot_h
3
4
void dump_robot_encoders (void);
5 1246 deffi
void dump_robot_rangefinders (void);
6
void dump_robot_bom (void);
7 1244 deffi
8
9
10
11
12
#endif