]> git.earman.xyz Git - sensor-watch.git/commit
add LIS2DH accelerometer driver, test app
authorJoey Castillo <jose.castillo@gmail.com>
Sat, 27 Nov 2021 18:32:15 +0000 (13:32 -0500)
committerJoey Castillo <jose.castillo@gmail.com>
Sat, 27 Nov 2021 18:32:33 +0000 (13:32 -0500)
commit470544823bc2f8b7ef4cf535adbf22fa2c81915f
tree19976eec6639f92f571d55adcfcd345f6fda2b27
parent002d368a25914527015f63967421fd0e7c5bda17
add LIS2DH accelerometer driver, test app
apps/Sensor Watch Accelerometer Test/app.c [new file with mode: 0644]
apps/Sensor Watch Accelerometer Test/make/.gitignore [new file with mode: 0755]
apps/Sensor Watch Accelerometer Test/make/Makefile [new file with mode: 0755]
make.mk
watch-library/driver/lis2dh.c [new file with mode: 0644]
watch-library/driver/lis2dh.h [new file with mode: 0644]