Rev Author Line No. Line
2116 paro 1 #ifndef MCP4922_H
2 #define MCP4922_H
3  
4 #define DAC_CS_PORT PORTB
5 #define DAC_CS_PIN 1
6  
7 void DAC_write(unsigned char data);
8  
9 #endif