DS1307 RTC driver + example

This commit is contained in:
UncleRus 2016-10-09 14:14:17 +05:00
parent 29bd8d832a
commit 8ded673ec3
5 changed files with 335 additions and 0 deletions

View 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))