You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
188 B

3 years ago
3 years ago
4 years ago
3 years ago
3 years ago
4 years ago
3 years ago
3 years ago
  1. #pragma once
  2. #include "port.h"
  3. #include "systick.h"
  4. #define AVERAGE_TABLE_SIZE 30
  5. float adc_get_value_pa2(void);
  6. float adc_get_value_pb8(void);
  7. float adc_get_value_pb9(void);