Commit Graph

22 Commits

Author SHA1 Message Date
b48a6e2fa9 Move the I2C speed config key out of the choice prompt. v1.1 2024-11-25 22:44:33 +03:00
PurpleCloudX
2dc752e074 Fix potential null pointer dereference in bmx280_close 2024-11-25 22:43:58 +08:00
PurpleCloudX
744b34a9f3 Fix: Unable to parse symbol 'BMX280_STANDBY_20M' in bmx280_bits.h (Issue #5) 2024-11-25 21:23:52 +08:00
PurpleCloudX
35f236ce03 Changes requested 2024-11-25 19:42:52 +08:00
PurpleCloudX
40a62650f8 Add support for I2C master driver 2024-11-24 20:43:57 +08:00
298cbec7fc Fixes humidity bug in #3. Thanks @kaido42. 2024-05-01 11:48:46 +03:00
d55e743299
Merge pull request #2 from jacobvc/master
Update CMakeLists.txt
2023-03-26 23:00:16 +03:00
jacobvc
cdc2678cab Update CMakeLists.txt
Added component REQUIRES driver
2023-03-26 14:31:51 -05:00
9dd1bd22cf Add newline to end of header 'bmx280_bits.h'. 2022-05-04 10:27:12 +03:00
e1a05657e2 Fix preprocessor directive mishap causing compilation failure when BMX280_EXPECT_BMP280 set. 2022-05-04 10:24:40 +03:00
2bc4373f8d Rename Kconfig appropriately so it is detected on *nix systems. 2022-05-04 10:24:01 +03:00
7e49e7dacd Made BMX280 use a repeated start instead of two distinct starts. 2021-06-04 14:58:26 +03:00
259ede3d5b Put C++ header guard and add extern to function declarations. 2021-05-16 10:31:06 +03:00
3a5f280bfe Fix implementation. 2021-05-02 17:32:12 +03:00
2d174950f1 Same line, but another typo. 2021-04-28 18:09:21 +03:00
4c54016ce8 Another typo fixed for C++. 2021-04-28 18:07:53 +03:00
c07e036841 Fix clear typo causing C++ incompatibility. 2021-04-28 18:05:40 +03:00
efb3985572 Add more license notes. 2020-12-11 19:23:00 +01:00
275ea4444c
Create LICENSE 2020-12-11 18:49:16 +01:00
7468a0322c Implement missing functions and document them. 2020-12-11 18:40:10 +01:00
a9902750c2 Push current work. 2020-11-19 11:33:02 +01:00
7ace133e3d Initial Commit. 2020-11-06 11:04:05 +01:00