#pragma once // Инициализация ADC void adc_reader_init(); // Прочитать значение (GPIO35) int adc_reader_read();