1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/adxl345
Kees Bakker 5265edcd26 drivers/adxk345: include copy of params in dev struct
This follows the usual convention of having the whole params in the device
struct instead of a pointer-to. This also eliminates the need to cast a
const to a non-const pointer in the init function.
2019-01-06 17:24:24 +01:00
..
include drivers/adxl345: move scale factor macro to internal implem 2018-10-15 15:00:04 +02:00
adxl345_saul.c saul: use const for device parameter 2017-06-26 20:25:37 +02:00
adxl345.c drivers/adxk345: include copy of params in dev struct 2019-01-06 17:24:24 +01:00
Makefile drivers/adxl345: initial implementation + SAUL adaptation 2017-03-20 22:52:21 +01:00