1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00
RIOT/drivers/lsm303agr
chrysn 96af920a12 drivers/lsm303agr: Use version 0.3 of driver
Note that for the very CPU this driver is used with (nRF52 on the
microbit-v2 board), this currently needs extra workarounds to copy
written data from flash to RAM so that the driver can see it. (Otherwise
it silently writes 00, and then correctly reads 00 from the bus all the
time).
2024-01-27 09:41:26 +01:00
..
src drivers/lsm303agr: Use version 0.3 of driver 2024-01-27 09:41:26 +01:00
Cargo.toml drivers/lsm303agr: Use version 0.3 of driver 2024-01-27 09:41:26 +01:00
doc.txt lsm303agr: New sensor driver using external Rust crate 2022-07-10 21:27:12 +02:00
Kconfig lsm303agr: New sensor driver using external Rust crate 2022-07-10 21:27:12 +02:00
Makefile.dep drivers/lsm303agr: Use version 0.3 of driver 2024-01-27 09:41:26 +01:00
Makefile.include lsm303agr: New sensor driver using external Rust crate 2022-07-10 21:27:12 +02:00