49 Commits
Author SHA1 Message Date
Tyeth GundryandGitHub 9d5057fb3e Merge pull request #34 from tyeth/bump-version-2023-11-14-20-16-05
Update version number to 1.2.4
1.2.4
2023-11-15 12:50:45 +00:00
Tyeth Gundry 111047baf8 Bump version number to 1.2.4 2023-11-14 20:16:06 +00:00
dherrada eab2bb6d4c Update CI action versions 1.2.3 2023-05-12 11:23:54 -04:00
Eva HerradaandGitHub 28e55478d5 Bump to 1.2.2 1.2.2 2022-10-18 15:34:44 -04:00
Carter NelsonandGitHub 50745f67c3 Merge pull request #33 from eangeloff/master
Fix description comments of functions
2022-10-18 08:16:59 -07:00
Emil Angelov 806d8d1556 Fix description comments of functions
The description comments for the return types of
readRawTemperature() and readRawPressure() are
wrong. There is no point to add this information
in the comments anyway, as it is easily visible in
the function declaration. In addition it is easy
to change the type and to forget to update the
comment too.
2022-10-18 17:23:30 +03:00
Dylan HerradaandGitHub 2653740d26 Bump to 1.2.1 1.2.1 2021-05-31 15:43:37 -04:00
Limor "Ladyada" FriedandGitHub 44f57a25e8 Merge pull request #30 from nettigo/master
Init i2c_dev before use
2021-05-25 14:21:35 -04:00
netmaniac 9d02c77ae1 clang-format on Adafruit_BMP085.cpp 2021-05-25 19:19:41 +02:00
netmaniac d6fdb99ed1 Init i2c_dev before use 2021-05-25 18:40:44 +02:00
Dylan HerradaandGitHub cd9a26bc77 Bump to 1.2.0 1.2.0 2020-12-21 18:11:48 -05:00
Limor "Ladyada" FriedandGitHub d191a3ffe8 Merge pull request #29 from adafruit/samyk-master
add optional Wire interface
2020-12-21 12:43:25 -05:00
lady ada 3b8027668b add optional Wire interface 2020-12-21 12:21:48 -05:00
Limor "Ladyada" FriedandGitHub aeb6e61d77 Merge pull request #22 from SConaway/patch-1
Update BMP085test.ino
2020-12-21 12:17:13 -05:00
Limor "Ladyada" FriedandGitHub 4a29d4691d Merge pull request #28 from adafruit/samyk-master
Samyk master updated
2020-12-21 12:16:32 -05:00
lady ada be74f5e581 beclang 2020-12-21 11:56:46 -05:00
lady ada 6c21463250 woops too much removed 2020-12-21 11:43:57 -05:00
lady ada a90c927d46 add library dep, a few lints 2020-12-21 11:29:46 -05:00
Samy Kamkar 0d45029b7b Remove global i2c_dev and move to private class 2020-12-20 20:23:41 -08:00
Samy Kamkar a516aa949d Use Adafruit_BusIO for I2C abstraction 2020-12-20 17:22:20 -08:00
Samy Kamkar 65b24e25d4 No need for Wire.h 2020-12-20 17:22:04 -08:00
Samy Kamkar 44df9e7baa Add requirement of Adafruit_BusIO 2020-12-20 17:06:47 -08:00
Samy Kamkar a5b932a119 Remove ending whitespaces 2020-12-20 17:04:12 -08:00
Samy Kamkar c17697eaf5 Support non-Arduino devices, eg Particle boards 2020-12-20 12:03:20 -08:00
Limor "Ladyada" FriedandGitHub 61c4d0a651 Merge pull request #25 from adafruit/actionci
Moved library to actions, fully documented with doxygen
1.1.0
2020-06-01 14:49:10 -04:00
dherrada ac5f294904 Moved library to actions, fully documented with doxygen 2020-06-01 14:44:22 -04:00
Jan HoffmannandGitHub 7b69aedc7f Update library.properties 1.0.1 2019-07-10 18:56:56 +02:00
Steven ConawayandGitHub 144cb4e31c Update BMP085test.ino 2017-07-08 14:49:58 -07:00
Tony DiCola 016fca85bc Add GitHub issue template 2016-05-27 13:43:20 -07:00
Tony DiCola 59e18323b8 Add GitHub pull request template 2016-05-27 13:38:10 -07:00
Tony DiCola 8855d18b26 Automatic library.properties generation. 1.0.0 2015-03-31 12:09:06 -07:00
Tony DiCola 345bd8db3a Switch AVR libc _delay_ms usage to Arduino delay function for better compatibility with non-AVR boards. 2014-06-12 15:20:08 -07:00
Tony DiCola af52d4b186 Fix #7 by adding readSealevelPressure function. 2014-06-12 15:06:39 -07:00
Tony DiCola 4466c2651c Fix #8 by switching to bit shifts and refactor redundant code. 2014-06-12 14:48:47 -07:00
Tony DiCola 6bcf1efe16 Fix #11 and switch example extension to .ino 2014-06-12 13:46:45 -07:00
ladyada 1f28f823bb add bmp180 2013-11-27 17:38:06 -05:00
ladyada db5f55c0e6 BMP180 2013-11-27 17:37:26 -05:00
Kevin Townsend 4802c1b8d3 Fixed temp calculations (thanks sanelss) 2012-12-27 17:08:11 +01:00
Ladyada f4f02f46eb Added ID check to begin() 2012-09-17 16:40:48 -04:00
Ladyada f9119a841f undid bad pull with oversampling mistake 2012-02-28 16:24:08 -05:00
Ladyada 2678aa0f08 typo fixed in example 2012-02-28 15:53:40 -05:00
Ladyada 19f3f7ae33 two fixes 2012-02-23 15:12:41 -05:00
Ladyada 2796db89f5 rename 2012-02-23 15:04:06 -05:00
Paint Your Dragon 04a39d95d4 Arduino 1.0 compatible 2011-12-02 17:59:02 -08:00
Ladyada f46e70d8b4 moved to proper subfolder! 2011-07-16 20:44:40 -04:00
Ladyada 3db7408400 readme! 2011-07-09 18:48:53 -04:00
Ladyada ab18803e2a pin usage 2011-07-07 16:10:47 -04:00
Ladyada 299265e16d Example code 2011-07-07 16:08:23 -04:00
Ladyada 001d98a518 Commit of working code 2011-07-07 16:07:06 -04:00