1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
9029e1caf9
drivers/bmp180: migrate to ztimer 2021-11-02 14:57:50 +01:00
Bas Stottelaar
92b1dfc703 drivers/*: realign ENABLE_DEBUG 2020-10-23 01:26:09 +02:00
679a07833b
drivers/bmp180: fix potentially use of uninitialized variable
This was reported by scan-build
2019-10-22 19:30:12 +02:00
Torben Petersen
04d346667b drivers/bmp180: fix conversion 2019-03-18 09:43:39 +01:00
a2d1558922 drivers/bmp180: adapt to new I2C api 2018-07-25 12:01:38 +02:00
smlng
8d62031463 drivers: fix overshift and overflow errors on 8Bit MCUs
- bmp180: fix overshift error
    - hih6130: fix overflow in sleep interval
    - pn532: fix overshift error
    - bh1750fvi: fix overshift error
    - mpu9050: fix overflow error
2017-08-31 14:49:53 +02:00
317716419c drivers: use const device descriptor 2017-06-21 17:05:45 +02:00
0e6e3b368b drivers/bmp180: driver cleanup 2017-06-14 09:48:20 +02:00
26835f4f2c drivers/bmp180: move bmp180 to saul auto init the correct way 2016-12-16 15:24:34 +01:00
Kees Bakker
bac5cda1e3 periph/i2c: convert char to uint8_t where applicapable
In general, data transferred through I2C are bytes and thus should have
type uint8_t, not char.

Also convert uint8_t ptrs to void ptrs
2016-10-04 20:26:39 +02:00
847e6c6494 drivers/bmp180: add a delay before accessing calibration registers 2016-07-25 15:30:39 +02:00
d3fb1d9883 drivers/bmp180: implementation cleanup 2016-07-25 11:52:15 +02:00
4a595d7b19 drivers/bmp180: add saul adaptation 2016-06-01 11:15:01 +02:00
941bdbbc56 drivers/bmp180: initial implementation 2016-03-22 19:51:03 +01:00