DS1302 RTC driver

This commit is contained in:
UncleRus 2016-11-01 00:23:42 +05:00
parent 4c84b64566
commit 5336611a34
5 changed files with 377 additions and 0 deletions

View file

@ -0,0 +1,4 @@
PROGRAM = ds1302_test
EXTRA_COMPONENTS = extras/ds1302
#ESPBAUD = 460800
include ../../common.mk