#ifndef _AD_CONVERTER_ #define _AD_CONVERTER_ #include "stdint.h" void adc_config(); uint8_t read_adc(); #endif