#ifndef _H_DAC #define _H_DAC #include void dac_init(void); inline void dac_set(uint8_t value); #endif