all three accelerometer channels working now, using burst conversion on MAT0.1
[fw/openalt] / dac / dac.h
1 #ifndef _DAC_H_
2 #define _DAC_H_
3
4 void dacInit (void);
5 unsigned int dacSet (unsigned int newValue);
6
7 #endif