mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-23 09:16:57 +00:00
This patch introduces the i2c_stts751 sample application which illustrates how to use the I2C APIs from Zephyr. The slave device is the STTS751 sensor which is present in Quark SE devboard. So no wiring instructions are required in order to get this sample working. The application reads the temperature register from STTS751 sensor and prints the temperature value. This sample is specific to Quark SE Devboard, but it can be easily extended to support any other board with the STTS751 sensor. Change-Id: I9b56aa73645d4741942fc793f1450c6a1c7beb29 Signed-off-by: Andre Guedes <andre.guedes@intel.com> |
||
---|---|---|
arch | ||
boards | ||
doc | ||
drivers | ||
include | ||
kernel | ||
lib | ||
misc | ||
net | ||
samples | ||
scripts | ||
tests | ||
.checkpatch.conf | ||
.gitattributes | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
Kbuild | ||
Kconfig | ||
Kconfig.zephyr | ||
LICENSE | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |