samples.h 214 B

123456789101112
  1. #ifndef _SAMPLES_H__
  2. #define _SAMPLES_H__
  3. #define MIN_GAS_VALUE 1000.0F
  4. #define MAX_GAS_VALUE 5000.0F
  5. void samples_init(void);
  6. float get_vbus_sample(void);
  7. float get_gas_sample(void);
  8. #endif /* _SAMPLES_H__ */