zephyr/samples/grove/lcd
Anas Nashif d622b09bc0 samples: tests: remove obsolete KERNEL_TYPE and kernel variables
Remove those from Makefiles and testcase.ini, we now support unified kernel
only and sanitycheck script now knows how to deal with this.

Change-Id: I853ebcadfa7b56a4de5737d95f2ba096babb2e13
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-04 15:47:25 -04:00
..
src grove: lcd: convert to a unified kernel application 2016-10-31 15:15:57 +00:00
Makefile samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
README samples: move grove lcd to samples/grove 2016-10-27 22:14:31 +00:00
prj.conf samples: move grove lcd to samples/grove 2016-10-27 22:14:31 +00:00
testcase.ini samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04: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.