esp-open-rtos/examples/ds3231_test/Makefile
Bhuvanchandra 7f6dddb777 examples: ds3231: Add simple example for ds3231
Simple example for reading out the time from ds3231 RTC every second.

Signed-off-by: Bhuvanchandra <bhuvanchandra.dv@gmail.com>
2016-07-18 23:24:21 +00:00

3 lines
88 B
Makefile

PROGRAM=ds3231_test
EXTRA_COMPONENTS = extras/ds3231 extras/i2c
include ../../common.mk