zephyr/samples/grove/lcd
Baohong Liu 5e892b7e1e samples: grove_lcd: stop the app if device binding fails
Proceed to LCD programming only if device binding succeeds.
Otherwise, dereferencing a NULL pointer will happen. This
was caught by Coverity.

Coverity-CID: 151986

Change-Id: Ibdb658f530203428aa3e53f358e0788fc1502b06
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-11-18 02:07:14 +00:00
..
src samples: grove_lcd: stop the app if device binding fails 2016-11-18 02:07:14 +00:00
Makefile samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
README
prj.conf
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.