zephyr/samples/sensor/max44009
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
boards sensor: max44009: Convert to DTS 2019-11-08 07:44:54 -06:00
src zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
prj.conf sensors: max44009: convert to and build with unified kernel 2016-11-03 01:45:49 +00:00
README samples: Add an app for MAX44009 light sensor 2016-07-27 18:03:34 -07:00
sample.yaml sensor: max44009: Convert to DTS 2019-11-08 07:44:54 -06:00

This is a sample app to read an external MAX44009 light sensor via I2C
interface of the Quark SE Sensor Subsystem.