Commit Graph

112 Commits

Author SHA1 Message Date
Lady Ada 0eb0a45560 change it to adxl343 example 2019-12-28 20:34:46 -05:00
Lady Ada 122c8615dc add mock example from bmp280 2019-12-28 20:31:13 -05:00
Lady Ada 11606e6778 add https://github.com/adafruit/Adafruit_Sensor/issues/28 2019-12-28 20:29:43 -05:00
Lady Ada 0e465a4d1f add workflow actions 2019-12-28 20:28:01 -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
Limor "Ladyada" Fried 6f4785cd49
Update library.properties 2019-03-11 11:37:28 -04:00
Limor "Ladyada" Fried 1395351123
Merge pull request #26 from madhephaestus/patch-1
Adding the includes line to the library.properties
2019-03-11 11:37:03 -04:00
Kevin Harrington 073746a60b
Adding the includes line to the library.properties
This line allows the Arduino framework to discover that this library provides this header file.
2019-03-11 10:08:54 -04:00
Limor "Ladyada" Fried a78507261d
Merge pull request #22 from patridge/patch-1
Include Adafruit BME280 driver in list.
2018-09-25 08:57:03 -07:00
Adam Patridge 418efaa53f
Include Adafruit BME280 driver in list. 2018-09-25 07:38:28 -07: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 0c7eebfd42
Merge pull request #14 from DoNck/master
Update README.md
2018-09-17 21:24:55 +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
Kevin Townsend 4c373fbed1
Merge pull request #16 from mrjimenez/pr_1
Adding a .gitignore to the project
2018-09-17 21:23:50 +02:00
Kevin Townsend ce4b31ece8
Merge pull request #21 from phildubach/master
Suppress unused argument warning in enableAutoRange()
2018-09-17 21:21:23 +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
Marcelo Roberto Jimenez c2358294eb Adding a .gitignore to the project 2018-02-17 10:59:28 -02:00
ladyada ee114d0f59 Merge branch 'master' of github.com:adafruit/Adafruit_Sensor 2017-10-02 16:29:34 -04:00
DoNck 1e2482f855 Update README.md 2017-09-21 11:03:17 +02:00
Malachi Burke ec509fc335 non-Arduino compatibility
Should work with most standard C++ implementations
2017-04-18 01:50:32 -07:00
Kevin Townsend e985f2253a Updated link to DHT repo 2016-10-26 23:50:47 +02:00
ladyada d2a5ad7f5b Merge branch 'master' of github.com:adafruit/Adafruit_Sensor 2015-11-19 10:28:27 -05:00
Kevin Townsend f2af6f4efc Added BNO055 to readme 2015-09-01 15:57:59 +02:00
Tony DiCola 30a9012088 Remove unused .cpp file. Code was previously moved into the header. 2015-07-07 21:29:48 -07:00
Tony DiCola 04a0f64390 Remove unused avr/pgmspace.h reference to fix #8. 2015-07-07 21:22:15 -07:00
Tony DiCola 23455ff3e9 Bump library.properties to make most recent code the current version. 2015-06-26 13:55:08 -07:00
ladyada e094932954 Merge branch 'master' of github.com:adafruit/Adafruit_Sensor 2015-05-13 13:43:03 -04:00
Kevin Townsend efe12d940f Merge pull request #6 from stappon/virtual_dtor
Add virtual destructor
2015-05-07 18:30:16 +02: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
Todd Treece c28954844f adds library.properties 2015-05-01 12:36:20 -04:00
ladyada 3ae2d1dff0 Merge branch 'master' of github.com:adafruit/Adafruit_Sensor 2015-04-18 23:14:10 -04:00
Kevin Townsend 4850425469 Added recent Unified sensor drivers to list 2015-03-15 18:14:11 +01:00
Kevin Townsend a24d7d4b8b Added bool return type to getEvent 2015-03-15 09:09:14 +01:00
Kevin Townsend d958443c39 Merge pull request #4 from georgeharker/master
allow events to fail
2015-03-09 09:05:07 +01: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
Tony DiCola 88ae805bce Link to DHT unified sensor library. 2014-06-02 21:11:50 -07:00
Kevin Townsend 19c254a2df Added auto-range function 2014-03-04 20:04:36 +01:00
Kevin Townsend a76d71988d Added L3GD20 Gyroscope 2013-12-05 14:43:24 +01:00
Kevin Townsend 4bf1f4de2f Merge pull request #3 from nikai3d/patch-1
fix typos in README.md
2013-12-04 08:02:15 -08:00
Nicolas Kaiser 6b0e825913 fix typos in README.md 2013-12-04 16:56:42 +01:00
Kevin Townsend 968e28e61f Changed .azimuth/.pitch/.roll to .roll/.pitch./heading 2013-11-28 19:10:18 +01:00
Kevin Townsend d74f8653a5 Update README.md 2013-02-14 15:40:51 +01:00
Kevin Townsend a4f3f0ecb9 Update README.md 2013-02-13 21:12:21 +01:00
Kevin Townsend 6d895bb36b Update README.md 2013-02-13 21:10:55 +01:00