Skip to content

Commit

Permalink
add-mq135-gas-sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
PSVM-J committed Jan 16, 2019
1 parent 4fdbc76 commit 851a015
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/@amperka/gas-sensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ var Sensors = {
CH4: {coef: [-0.38, 3.21], ppm: 1}, // Метан
CO: {coef: [-0.48, 3.10], ppm: 1} // Угарный газ;
}
},
MQ135:{
rLoad: 1000,
rClear: 76.63,
gas:{
CO2:{coef:[-0.42,6.87],ppm:1}
}
}
};

Expand Down

0 comments on commit 851a015

Please sign in to comment.