Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / hardware.h @ 1182

History | View | Annotate | Download (292 Bytes)

1
#ifndef _station_hardware_h
2
#define _station_hardware_h
3

    
4
#include <dragonfly_lib.h>
5

    
6
#include "global.h"
7

    
8
#include "hardware_encoders.h"
9
#include "hardware_rbom.h"
10
#include "hardware_wall.h"
11
#include "hardware_turntable.h"
12

    
13

    
14
void hardware_init (void);
15

    
16

    
17

    
18

    
19

    
20

    
21

    
22

    
23

    
24
#endif