0.6.0 this is the first version for the new hardware
[digitaldcpower] / dac.h
1 /* vim: set sw=8 ts=8 si : */
2 #ifndef DAC_H
3 #define DAC_H
4
5 extern void init_dac(void);
6 // set a value:
7 extern void dac(uint16_t value);
8
9 #endif