Bas Stottelaar
|
92b1dfc703
|
drivers/*: realign ENABLE_DEBUG
|
2020-10-23 01:26:09 +02:00 |
|
Kees Bakker
|
1d5a67dcce
|
drivers/bh1750fvi: change prototype of bh1750fvi_init
The params argument is now a const pointer. This eliminates the need for
a type cast that converts a const to a non-const.
|
2019-01-07 21:37:02 +01:00 |
|
Michel Rottleuthner
|
27f8924bed
|
drivers/bh1750fvi: adapt to new i2c API
|
2018-07-25 12:01:39 +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 |
|
Hauke Petersen
|
40116c7c66
|
drivers/bh1750fvi: added names to return values
|
2016-11-17 22:57:56 +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 |
|
Hauke Petersen
|
3bf85cb508
|
drivers: added driver for BH1750FVI light sensors
|
2016-02-09 16:01:32 +01:00 |
|