Commit Graph

5 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