Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 105

/shark/trunk/include/drivers/pci6025e/dac.h
33,7 → 33,10
 
#include <drivers/pci6025e/pci6025e.h>
#include <drivers/pci6025e/regconst.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
#define DAC0 0
#define DAC1 1
 
53,5 → 56,7
 
void DAC_Init(void);
void DAC_output(BYTE, WORD);
 
__END_DECLS
#endif
/*End of file: DAC.H*/