Commit Graph

355 Commits (master)
 

Author SHA1 Message Date
Miguel Angel Califa Urquiza c927504bf5 Update readme and contributing files 2 years ago
Miguel Angel Califa Urquiza 337d962862
Merge pull request #64 from adrcunha/master
Allow setting the ADC pin of a MQUnifiedsensor object.
2 years ago
Adriano Cunha f7f2c1f3f4 Allow setting the ADC pin of a MQUnifiedsensor object.
The ADC pin can only be set when using the full/long constructor, causing the short constructor (name/type only) useless because the pin is unset.

Also default the ADC pin to 1 for consistency sake.
2 years ago
Miguel Angel Califa Urquiza 1c131eed65
Merge pull request #61 from adrcunha/master
Cleanup general definitions in MQUnifiedSensor.h
2 years ago
Adriano Cunha b6bff185f3 Cleanup general definitions in MQUnifiedSensor.h
ADC_RESOLUTION is unused, and retries and retry_interval are only used by getVoltage().
Thus, remove ADC_RESOLUTION and move retries and retry_interval to MQUnifiedsensor.cpp.
Furthermore, these three definitions have generic names so it's easy to have them
conflict with a user's sketch that imports MQUnifiedSensor.h.
2 years ago
Miguel Angel Califa Urquiza a7e89570fd
Merge pull request #53 from SMH17/patch-1
Update README.md
2 years ago
Miguel Angel Califa Urquiza 35180270ac
Merge pull request #56 from PsySc0rpi0n/patch-2
Update MQUnifiedsensor.cpp
2 years ago
Miguel Angel Califa Urquiza 52bccfbff1
Merge pull request #57 from PsySc0rpi0n/patch-3
Update MQUnifiedsensor.h
2 years ago
PsySc0rpi0n 3368613dd7
Update MQUnifiedsensor.h 3 years ago
PsySc0rpi0n 9f41530cda
Update MQUnifiedsensor.cpp
Change the `_type` array size from 6 to 7 so that it can display sensor name's with 6 characters or more.
3 years ago
Silvio Marano e862774fe0
Update README.md
These sensors are all made by HANWEI Electronics, Sparkfun etc. are just resellers.
3 years ago
miguel5612 27465dfb99 Launched 3.0 Official! 3 years ago
miguel5612 e3f5e2ec0c Added unit tests! to validate library calculations 3 years ago
miguel5612 6a035cc5d0 Fix in regression of MQ136 3 years ago
miguel5612 80025e8398 Little changes 3 years ago
miguel5612 d3241a1e2f Added MQ136 Example 3 years ago
miguel5612 4b71c626b0 Fixed comment mentioned #29 3 years ago
miguel5612 07b6948f76 Updated and fixed typo examples 3 years ago
Miguel Angel Califa Urquiza 990e6878ef
Merge pull request #51 from fredolaredo/patch-1
some typo recommendations
3 years ago
miguel5612 6322e9c03d Following comment in #31 we added example 3 years ago
miguel5612 964204706f Added correction factor for Rs/R0 (Ratio) 3 years ago
miguel5612 1f8310a6e7 Changed type of RL internally to fix bug #37 3 years ago
miguel5612 700d367d93 Fix Rs calculation for MQ303A 3 years ago
miguel5612 4be0a40997 Remove delay 3 years ago
miguel5612 6aa78fd575 Bug 44 added heating flags 3 years ago
miguel5612 c934152cd7 Added MQ135-ADS1115 example and feature 3 years ago
fredolaredo 525a09644b
some typo recommendations
Hi Miguel, thanks you for the Library, here you will find some typo recommendations. not an expert in english myself .
3 years ago
Miguel Angel Califa Urquiza 16affe479f
Merge pull request #49 from vincenzomanzoni/patch-1
_VOLT_RESOLUTION data type should be float
3 years ago
Miguel Angel Califa Urquiza 4a3d46f47e
Merge pull request #46 from Prabhuelectro/patch-1
Update smokeDetector.ino
3 years ago
Vincenzo Manzoni bf6d90db69
_VOLT_RESOLUTION data type changed to float
_VOLT_RESOLUTION can be either 5 or 3.3 V. However, 3.3 V cannot be stored properly in a byte data type and it requires a float data type.
4 years ago
Prabhu 1818c3cf1a
Update smokeDetector.ino
Semi colon before the curly bracket.
4 years ago
Miguel Angel Califa Urquiza 874be50106
Merge pull request #33 from Yoimer/fix-esp32-measuring-issue-when-connected-to-wifi
added esp32-wroom-32d board, fixed the measuring issue when connected…
5 years ago
Yoimer Román 71c0d82314 added esp32-wroom-32d board, fixed the measuring issue when connected to wifi. added esp8266 and esp32 and library.properties to avoid avr warning on arduino ide when compiling 5 years ago
Miguel Angel Califa Urquiza 11bef492e5
Update README.md 5 years ago
Miguel Angel Califa Urquiza 728450025a
Update README.md 5 years ago
Miguel Angel Califa Urquiza a059971123
Update README.md 5 years ago
Miguel Angel Califa Urquiza e9425f7047
Update README.md 5 years ago
miguel5612 beab80c403 Added offset of 400 ppm of CO2 on example MQ135 5 years ago
miguel5612 688827ffb4 Fixed MQ-131 Issue 5 years ago
miguel5612 b9a5e62899 Updated examples (Issue 26) 5 years ago
Miguel Angel Califa Urquiza a906388c5c
Update README.md 5 years ago
Miguel Angel Califa Urquiza 948afddf0d
Update README.md 5 years ago
Miguel Angel Califa Urquiza 090de8f9e0
Update README.md 5 years ago
Miguel Angel Califa Urquiza 5053b10498
Create pull_request_template.md 5 years ago
Miguel Angel Califa Urquiza 8a87cce57e
Update README.md 5 years ago
Miguel Angel Califa Urquiza 972c79578e
Update README.md 5 years ago
Miguel Angel Califa Urquiza 4246716355
Update README.md 5 years ago
Miguel Angel Califa Urquiza 1fe32c4b6e
Update README.md 5 years ago
miguel5612 39b4449899 Added parenthesis to make clear the operation 5 years ago
miguel5612 edd573ba0f Updated example and created release 5 years ago