Searched full:sm351lt (Results 1 – 17 of 17) sorted by relevance
1 .. zephyr:code-sample:: sm351lt2 :name: SM351LT Magnetoresistive Sensor5 Detect a magnet's presence using the SM351LT magnetoresistive sensor (polling & trigger mode).10 This sample application periodically polls an SM351LT magnetoresistive sensor16 This sample uses the Honeywell SM351LT sensor.21 For more information about the SM351LT magnetoresistive sensor see22 https://sensing.honeywell.com/SM351LT-low-power27 The SM351LT (or compatible) sensors are available on the following boards:34 :zephyr:board:`bt510` includes a Honeywell SM351LT magnetoresistive sensor.37 :zephyr-app: samples/sensor/sm351lt
2 name: SM351LT Magnetoresistive Sensor Example4 sample.sensor.sm351lt:11 - sm351lt
9 project(sm351lt) project
1 # SM351LT Magnetoresistive Sensor configuration options6 menuconfig SM351LT config7 bool "SM351LT Magnetoresistive Sensor"12 Enable GPIO-based driver for SM351LT magnetoresistive15 if SM351LT52 endif # SM351LT
5 zephyr_library_sources(sm351lt.c)
9 #include "sm351lt.h"20 LOG_MODULE_REGISTER(SM351LT, CONFIG_SENSOR_LOG_LEVEL);
4 description: SM351LT magnetoresistive sensor6 compatible: "honeywell,sm351lt"
15 - sm351lt
67 compatible = "honeywell,sm351lt";
20 - sm351lt
84 compatible = "honeywell,sm351lt";
7 add_subdirectory_ifdef(CONFIG_SM351LT sm351lt)
7 source "drivers/sensor/honeywell/sm351lt/Kconfig"
10 compatible = "honeywell,sm351lt";
94 The BT510 incorporates a Honeywell SM351LT magnetoresistive sensor. Refer to the `Honeywell SM351LT…252 .. _Honeywell SM351LT datasheet: https://sensing.honeywell.com/honeywell-sensing-nanopower-series-d…
120 The BT610 incorporates a Honeywell SM351LT magnetoresistive sensor. Refer to121 the `Honeywell SM351LT datasheet`_ for further details.601 .. _Honeywell SM351LT datasheet: https://sensing.honeywell.com/honeywell-sensing-nanopower-series-d…
543 * Added SM351LT magnetoresistive sensor driver.