Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / dump_station.h @ 1244

History | View | Annotate | Download (205 Bytes)

1
#ifndef _dump_station_h
2
#define _dump_station_h
3

    
4

    
5
void dump_station_encoders (void);
6
void dump_station_turntable (void);
7
void dump_station_wall (void);
8
void dump_station_rbom (void);
9

    
10

    
11

    
12
#endif