Simple example for reading out the time from ds3231 RTC every second. Signed-off-by: Bhuvanchandra <bhuvanchandra.dv@gmail.com>
3 lines
88 B
Makefile
3 lines
88 B
Makefile
PROGRAM=ds3231_test
|
|
EXTRA_COMPONENTS = extras/ds3231 extras/i2c
|
|
include ../../common.mk
|