#ifndef _SAMPLES_H__ #define _SAMPLES_H__ #define MIN_GAS_VALUE 1000.0F #define MAX_GAS_VALUE 5000.0F void samples_init(void); float get_vbus_sample(void); float get_gas_sample(void); #endif /* _SAMPLES_H__ */