esp-open-rtos/examples/i2c_lcd_test/Makefile

7 lines
125 B
Makefile
Raw Normal View History

PROGRAM = i2c_lcd_test
EXTRA_COMPONENTS = extras/i2c extras/pcf8574 extras/hd44780
HD44780_I2C = 1
include ../../common.mk