Commit Graph

20 Commits

Author SHA1 Message Date
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