#pragma once #include "port.h" #include "systick.h" #define AVERAGE_TABLE_SIZE 30 float adc_get_value_pa2(void); float adc_get_value_pb8(void); float adc_get_value_pb9(void);