zephyr/samples/nanokernel/apps/grove_lcd
Anas Nashif 06058ce4bc samples: grove_lcd/fram: unify config files, since they are the same
Remove architecture config files and have just one, they are the same
now.

Change-Id: I6d719d5409569ae8e741fce20e90e16efa701385
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:16 -05:00
..
src samples/grove_lcd: build for x86 too 2016-02-05 20:25:16 -05:00
Makefile samples: grove_lcd/fram: unify config files, since they are the same 2016-02-05 20:25:16 -05:00
README samples: add a sample to use Grove LCD through I2C 2016-02-05 20:25:06 -05:00
prj.conf samples: grove_lcd/fram: unify config files, since they are the same 2016-02-05 20:25:16 -05:00
testcase.ini samples/grove_lcd: build for x86 too 2016-02-05 20:25:16 -05:00

README

This is a sample app which displays an incrementing
counter through the Grove LCD, with changing backlight.

Arduino 101
===========
You will need to connect the Grove LCD via the shield
onto the Arduino 101. Additionally, you will need to
use 2 pull-up resistors (10k Ohm) between the SCL/SDA
lines and 3.3V. The I2C lines on Quark SE Sensor
Subsystem does not have internal pull-up, so external
one is required.