Commit Graph

39 Commits

Author SHA1 Message Date
brentru 38a49c3aeb fix comment for unit, 10ppm not 100ppm 2023-03-03 16:15:48 -05:00
brentru 3423c95b1f remove redundant lux 2023-03-03 13:11:46 -05:00
brentru 1f527ebc8b address https://github.com/adafruit/Adafruit_Sensor/issues/48 2023-03-03 11:23:43 -05:00
brentru a902f89d35 addresses https://github.com/adafruit/Adafruit_Sensor/issues/47 2023-03-03 11:18:00 -05:00
brentru 2af7609456 SENSOR_TYPE_ECO2 2023-03-03 11:03:04 -05:00
brentru ea6ce0b04c add pm readings 2023-03-03 10:59:40 -05:00
brentru 13ef89ec39 add co2, eco2 2023-03-03 10:34:47 -05:00
tyeth d3d2fd776b change indexes to floats 2022-12-20 17:27:34 +00:00
Tyeth Gundry ab0e94cd84
clang tidy 2022-12-15 23:10:12 +00:00
tyeth 7d15c6fd8f Adds NOx and VOC index to sensor types
What is sensirion's NOx index?
https://sensirion.com/media/documents/9F289B95/6294DFFC/Info_Note_NOx_Index.pdf

Resolve https://github.com/adafruit/Wippersnapper_Components/issues/103
2022-12-15 21:56:46 +00:00
lady ada b87b2be66b add TVOC option 2022-07-31 15:58:56 -04:00
Lady Ada 29c609a11a clang 2020-02-02 04:00:45 -05:00
Lady Ada 6d81aaea96 clang 2020-02-02 03:55:46 -05:00
Lady Ada 151a26af64 add SENSORS_RADS_TO_DPS 2020-02-02 03:29:48 -05:00
Lady Ada 739172c539 clang doesnt like unicodes 2019-12-28 21:31:51 -05:00
Lady Ada cb74461b75 doxyd 2019-12-28 21:26:18 -05:00
Lady Ada 1d5bac83e5 clang2 2019-12-28 20:43:08 -05:00
Lady Ada 0588e9b8bb bump & clang 2019-12-28 20:39:21 -05:00
Lady Ada 1f2319ea53 add pretty printer 2019-12-28 20:26:22 -05:00
ladyada ab724dd4d8 Merge branch 'master' of github.com:adafruit/Adafruit_Sensor 2019-05-24 20:57:22 -04:00
Kevin Townsend a4f8d5d8d5
Merge pull request #12 from malachi-iot/master
non-Arduino compatibility
2018-09-17 21:25:41 +02:00
Kevin Townsend 88a09a15d3
Merge pull request #17 from mrjimenez/pr_2
Fixes an ISO-8859-1 vs UTF-8 issue
2018-09-17 21:24:26 +02:00
Phil Dubach 01c5133ecc Suppress unused argument warning in enableAutoRange() 2018-09-17 11:47:53 -07:00
Marcelo Roberto Jimenez 9138c60af7 Fixes an ISO-8859-1 vs UTF-8 issue
Files should be enconded with UTF-8, ISO-8859-1 and variants are
outdated.

This patch fixes an issue with the degree sign, which was coded
in ISO-8859-1 rather than UTF-8.
2018-02-17 12:17:51 -02:00
Malachi Burke ec509fc335 non-Arduino compatibility
Should work with most standard C++ implementations
2017-04-18 01:50:32 -07:00
ladyada e094932954 Merge branch 'master' of github.com:adafruit/Adafruit_Sensor 2015-05-13 13:43:03 -04:00
Sarah Tappon 73a4e73c87 mark unimplemented virtual functions as abstract 2015-05-06 23:15:56 -07:00
Sarah Tappon c7b5e92311 add default constructor in place of constructor() method 2015-05-06 23:15:44 -07:00
Sarah Tappon 1a266c24bf add virtual destructor
base classes without virtual destructors risk undefined behavior if their children are deleted through a pointer to base. see https://isocpp.org/wiki/faq/virtual-functions#virtual-dtors
2015-05-06 23:05:01 -07:00
ladyada 3ae2d1dff0 Merge branch 'master' of github.com:adafruit/Adafruit_Sensor 2015-04-18 23:14:10 -04:00
George Harker d9cccda0c6 allow events to fail 2015-01-31 21:11:18 -08:00
ladyada 1f4fd17968 Merge branch 'master' of github.com:adafruit/Adafruit_Sensor 2014-07-26 17:06:31 -04:00
ladyada c123cb5c2f adding object/ambient temperature 2014-07-26 17:06:23 -04:00
Kevin Townsend 19c254a2df Added auto-range function 2014-03-04 20:04:36 +01:00
Kevin Townsend 968e28e61f Changed .azimuth/.pitch/.roll to .roll/.pitch./heading 2013-11-28 19:10:18 +01:00
Kevin Townsend 57e3b29880 Added compatible license 2013-02-04 16:00:27 +01:00
Kevin Townsend 7579580a49 Removed unused function protoypes 2013-02-04 15:54:12 +01:00
Kevin Townsend 97c7472ee7 Updated to keep in step with ARM code 2013-01-27 18:47:26 +01:00
Kevin Townsend 17b88d568d First commit 2013-01-17 14:08:14 +01:00