DS1307 RTC driver + example
This commit is contained in:
parent
29bd8d832a
commit
8ded673ec3
5 changed files with 335 additions and 0 deletions
9
extras/ds1307/component.mk
Normal file
9
extras/ds1307/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/ds1307
|
||||
|
||||
# expected anyone using RTC driver includes it as 'ds1307/ds1307.h'
|
||||
INC_DIRS += $(ds1307_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
ds1307_SRC_DIR = $(ds1307_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,ds1307))
|
||||
Loading…
Add table
Add a link
Reference in a new issue