Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (305 Bytes)

1
#ifndef _dump_station_h
2
#define _dump_station_h
3

    
4
#include <dragonfly_lib.h>
5

    
6
void dump_station_dynamos (void);
7
void dump_station_turntable (void);
8
void dump_station_wall (void);
9
void dump_station_ibom (void);
10
void dump_station_adc (uint8_t startPort, uint8_t endPort, uint16_t delay);
11

    
12
#endif