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

3
examples/ds1307/Makefile Normal file
View file

@ -0,0 +1,3 @@
PROGRAM = ds1307
EXTRA_COMPONENTS = extras/i2c extras/ds1307
include ../../common.mk