#ifndef __OFFSET_H #define __OFFSET_H #include "main.h" #include extern int16_t offset_measure[4]; extern int16_t offset_count[4]; extern int16_t offset_val[4]; extern int16_t offsets[4]; void offset_init(); int16_t offset_measure_start(int16_t channel); int16_t offset_measure_stop(int16_t channel); #endif