Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / hardware_turntable.h @ 1215

History | View | Annotate | Download (210 Bytes)

1
#ifndef _hardware_turntable_h
2
#define _hardware_turntable_h
3

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

    
7
void turntable_init (void);
8
void turntable_rotate_to_position (uint16_t position);
9

    
10
#endif