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

Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@gmail.com>
2016-07-19 12:19:48 +05:30

3 lines
88 B
Makefile

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