Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / hardware_wall.h @ 1183

History | View | Annotate | Download (226 Bytes)

1
#ifndef _hardware_wall_h
2
#define _hardware_wall_h
3

    
4
#include <dragonfly_lib.h>
5
#include "global.h"
6

    
7

    
8
void wall_init (void);
9

    
10
void wall_set_position (uint16_t position);
11
uint16_t wall_get_position (void);
12

    
13

    
14
#endif