Commit Graph

16 Commits

Author SHA1 Message Date
Laura Lindzey
b6d402ff6a Always use ioctl to set device address 2023-05-07 06:40:47 +00:00
Laura Lindzey
1df746c9fa Stop linking against wiringPi since those headers aren't used 2023-05-07 06:37:42 +00:00
Laura Lindzey
0c11ddceb9 linux_userspace correctly reports read success/failure
Previously, it had always returned success, making it
harder to debug. Now, bme280_init will return the
BME280_E_COMM_FAIL bug if a read fails.
2023-05-07 06:29:22 +00:00
Laura Lindzey
3b964fc935 Fix name of ifdef in linux_userspace.c
Previously linux_userspace.c had used BME280_FLOAT_ENABLE,
but bme280.c defines BME280_DOUBLE_ENABLE.
2023-05-07 06:01:04 +00:00
Bosch Sensortec
3ba9abb813 Updated to new architecture. Added examples. Updated contributed examples. 2023-04-17 11:00:35 +02:00
Bosch Sensortec
c47f06eb44 Updated interface design and examples. 2020-07-06 08:08:21 +02:00
brecol 🥦
d4eae7f0dd feat: Makefile for examples 2020-06-06 12:14:19 +02:00
Bosch Sensortec
56de40696f Cleaned macros and defaulted to using floating point compensation 2020-02-10 10:51:37 +01:00
Bosch Sensortec
d77d5a34f3 Updated license and formatting 2020-01-14 08:53:26 +01:00
Nick Kostyria
8c5456a3eb BSD example 2019-11-25 12:12:56 +02:00
Bosch Sensortec
bdf4e573cb Added a wait until the NVM copy was complete. 2019-09-13 13:11:07 +02:00
byteneumann
64216feb55 added unit conversion to sensor data output 2019-08-01 16:39:06 +00:00
byteneumann
47256731aa improved error output 2019-07-31 19:01:48 +00:00
byteneumann
64356f5f7e fixed indentation 2019-07-31 09:48:00 +00:00
byteneumann
4c9406ecfd added basic error handling, replaced hardcoded dev_id with define 2019-07-31 07:20:16 +00:00
Jan Willeke
f693317b55 Linux userspace example code 2018-07-23 18:20:08 +02:00