#ifndef DAC_H #define DAC_H #include "config.h" void dac_init(void); void dac_set(uint8_t val); #endif