gas_sensor

gas sensor project
git clone _git@git.tontus.eu/gas_sensor.git
Log | Files | Refs

sensor.h (171B)


      1 #ifndef SENSOR_H
      2 #define SENSOR_H
      3 
      4 void sensor_init(void);
      5 int  sensor_read(int);
      6 int  sensor_analyze(void);
      7 void sensor_set_limit(int, int, int, int);
      8 
      9 #endif // !MENU_H