f388bbc7c4
Simple example for reading out the time and temperature from ds3231 RTC every second. Signed-off-by: Bhuvanchandra DV <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
|