Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / hardware_encoders.h @ 1214

History | View | Annotate | Download (235 Bytes)

1
#ifndef _hardware_encoders_h
2
#define _hardware_encoders_h
3

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

    
7
void encoders_init (void);
8

    
9
void encoders_read (int16_t *left, int16_t *right);
10
void encoders_reset (void);
11

    
12
#endif