Commit Graph

375 Commits (master)
 

Author SHA1 Message Date
Miguel Angel Califa Urquiza 59a2e5852e
Merge pull request #85 from miguel5612/codex/implement-temperature-and-humidity-correction-for-all-exampl
Add optional correction factor to API
10 months ago
Miguel Angel Califa Urquiza 30c0979cb4 Extend API for optional correction factor 10 months ago
Miguel Angel Califa Urquiza 6f9b00666e
Merge pull request #84 from miguel5612/codex/verificar-resolución-del-error--ovf--en-sensor-mq-3
Fix overflow for CH4 calculations
10 months ago
Miguel Angel Califa Urquiza d2e0be3651 Prevent CH4 overflow 10 months ago
Miguel Angel Califa Urquiza 3cd2fd8e7d
Merge pull request #83 from miguel5612/codex/verificar-requisitos-de-librería-para-arduino
Fix Arduino lint errors and bump library version
10 months ago
Miguel Angel Califa Urquiza 2bdb91c1b5 Add keywords file and bump version 10 months ago
Miguel Angel Califa Urquiza 42689ff5f3
Merge pull request #81 from miguel5612/codex/actualizar-comentarios-de-pin10-a-pin14
Update UnitTesting pin comments
10 months ago
Miguel Angel Califa Urquiza ea48475a3c
Merge pull request #82 from miguel5612/codex/fix-typos-in-repository-files
Fix typos across library
10 months ago
Miguel Angel Califa Urquiza c066b2ec1c Correct typos in source and example files 10 months ago
Miguel Angel Califa Urquiza 144f480f6f Fix analog input comments in UnitTesting example 10 months ago
Miguel Angel Califa Urquiza 46d416abad
Merge pull request #77 from miguel5612/codex/resolver-issues-del-repositorio
Fix RS formula by using VCC
10 months ago
Miguel Angel Califa Urquiza f7fae4e03c
Merge branch 'master' into codex/resolver-issues-del-repositorio 10 months ago
Miguel Angel Califa Urquiza c9c1549600
Merge pull request #78 from miguel5612/codex/add-test-for-mq303a_voltresolution
Add MQ303A voltage resolution unit test
10 months ago
Miguel Angel Califa Urquiza af291df03d
Merge pull request #79 from miguel5612/codex/modificar-cálculo-usando-voltres-en-readsensor
Fix voltage resolution side effect
10 months ago
Miguel Angel Califa Urquiza 748ff3055c
Merge branch 'master' into codex/modificar-cálculo-usando-voltres-en-readsensor 10 months ago
Miguel Angel Califa Urquiza a6abda567f
Merge pull request #80 from miguel5612/codex/detectar-y-corregir-error-en-código-base
Fix MQ303A voltage offset
10 months ago
Miguel Angel Califa Urquiza 92f3c30e82 Fix MQ303A voltage offset bug 10 months ago
Miguel Angel Califa Urquiza da3adb7335 fix: preserve voltage resolution 10 months ago
Miguel Angel Califa Urquiza 14b0f908f3 Add voltage resolution unit test for MQ303A 10 months ago
Miguel Angel Califa Urquiza 6376cfc11f doc: add issues summary 10 months ago
Miguel Angel Califa Urquiza c927504bf5 Update readme and contributing files 3 years ago
Miguel Angel Califa Urquiza 337d962862
Merge pull request #64 from adrcunha/master
Allow setting the ADC pin of a MQUnifiedsensor object.
3 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.
3 years ago
Miguel Angel Califa Urquiza 1c131eed65
Merge pull request #61 from adrcunha/master
Cleanup general definitions in MQUnifiedSensor.h
3 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.
3 years ago
Miguel Angel Califa Urquiza a7e89570fd
Merge pull request #53 from SMH17/patch-1
Update README.md
3 years ago
Miguel Angel Califa Urquiza 35180270ac
Merge pull request #56 from PsySc0rpi0n/patch-2
Update MQUnifiedsensor.cpp
3 years ago
Miguel Angel Califa Urquiza 52bccfbff1
Merge pull request #57 from PsySc0rpi0n/patch-3
Update MQUnifiedsensor.h
3 years ago
PsySc0rpi0n 3368613dd7
Update MQUnifiedsensor.h 4 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.
4 years ago
Silvio Marano e862774fe0
Update README.md
These sensors are all made by HANWEI Electronics, Sparkfun etc. are just resellers.
4 years ago
miguel5612 27465dfb99 Launched 3.0 Official! 4 years ago
miguel5612 e3f5e2ec0c Added unit tests! to validate library calculations 4 years ago
miguel5612 6a035cc5d0 Fix in regression of MQ136 4 years ago
miguel5612 80025e8398 Little changes 4 years ago
miguel5612 d3241a1e2f Added MQ136 Example 4 years ago
miguel5612 4b71c626b0 Fixed comment mentioned #29 4 years ago
miguel5612 07b6948f76 Updated and fixed typo examples 4 years ago
Miguel Angel Califa Urquiza 990e6878ef
Merge pull request #51 from fredolaredo/patch-1
some typo recommendations
4 years ago
miguel5612 6322e9c03d Following comment in #31 we added example 4 years ago
miguel5612 964204706f Added correction factor for Rs/R0 (Ratio) 4 years ago
miguel5612 1f8310a6e7 Changed type of RL internally to fix bug #37 4 years ago
miguel5612 700d367d93 Fix Rs calculation for MQ303A 4 years ago
miguel5612 4be0a40997 Remove delay 4 years ago
miguel5612 6aa78fd575 Bug 44 added heating flags 4 years ago
miguel5612 c934152cd7 Added MQ135-ADS1115 example and feature 4 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 .
4 years ago
Miguel Angel Califa Urquiza 16affe479f
Merge pull request #49 from vincenzomanzoni/patch-1
_VOLT_RESOLUTION data type should be float
4 years ago
Miguel Angel Califa Urquiza 4a3d46f47e
Merge pull request #46 from Prabhuelectro/patch-1
Update smokeDetector.ino
4 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.
5 years ago