Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (230 Bytes)

1
#ifndef _hardware_dynamos_h
2
#define _hardware_dynamos_h
3

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

    
7
void dynamos_init (void);
8

    
9
void dynamos_read (int16_t *left, int16_t *right);
10
void dynamos_reset (void);
11

    
12
#endif