Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / hardware_dynamos.h @ 1296

History | View | Annotate | Download (230 Bytes)

1 1251 deffi
#ifndef _hardware_dynamos_h
2
#define _hardware_dynamos_h
3 1183 deffi
4
#include <dragonfly_lib.h>
5
#include "global.h"
6
7 1251 deffi
void dynamos_init (void);
8 1183 deffi
9 1251 deffi
void dynamos_read (int16_t *left, int16_t *right);
10
void dynamos_reset (void);
11 1183 deffi
12
#endif