You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/29 21:15:04 UTC

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #7466: drivers/sensors: add LTR308 ambient light sensor

acassis commented on code in PR #7466:
URL: https://github.com/apache/incubator-nuttx/pull/7466#discussion_r1008758582


##########
drivers/sensors/Kconfig:
##########
@@ -1145,4 +1145,21 @@ config HDC1008_DEBUG
 		Enables debug features for the HDC1008
 
 endif # SENSORS_HDC1008
+
+config SENSORS_LTR308
+	bool "LTR308 Lite-On ambient light sensor"
+	default n
+  select I2C
+	---help---
+		Enable driver support for the LTR308 Lite-on ambient light sensor.
+
+if SENSORS_LTR308
+
+config LTR308_I2C_FREQUENCY

Review Comment:
   @robertalexa2000 Petro is right, this sensor has fixed address (0x53) see: https://optoelectronics.liteon.com/upload/download/DS86-2016-0027/LTR-308ALS_Final_%20DS_V1%201.pdf



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org