L3GD20H 3-axes gyroscope driver (#545)
This commit is contained in:
parent
a4de9dd4f1
commit
37230b2de6
9 changed files with 3302 additions and 0 deletions
10
extras/l3gd20h/component.mk
Normal file
10
extras/l3gd20h/component.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Component makefile for extras/l3gd20h
|
||||
|
||||
# expected anyone using L3GD20H driver includes it as 'l3gd20h/l3gd20h.h'
|
||||
INC_DIRS += $(l3gd20h_ROOT)..
|
||||
INC_DIRS += $(l3gd20h_ROOT)
|
||||
|
||||
# args for passing into compile rule generation
|
||||
l3gd20h_SRC_DIR = $(l3gd20h_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,l3gd20h))
|
||||
Loading…
Add table
Add a link
Reference in a new issue