From 028bfee95d3b7d8afea70de7ce3121177bad3946 Mon Sep 17 00:00:00 2001 From: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Date: Mon, 23 Aug 2021 17:00:17 +0200 Subject: [PATCH] added missing link added missing link from https://www.arduino.cc/en/Reference/ArduinoAPDS9960 @karlsoderby --- docs/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 7e12afe..7077292 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,9 +1,9 @@ # ArduinoAPDS9960 library -The ArduinoAPDS9960 library allows you to use the APDS9960 sensor available on the Arduino® Nano 33 BLE Sense to read gestures, color, light intensity and proximity. The gestures readings are based on the detection of the movement of the hand over four photodiodes inside the sensor, while proximity is read by the amount of infrared light reflected by something (anything that reflects IR) back to the sensor. Color is given as a 16-bit value for R, G, B and white components; if the light that hits the sensor is the ambient one and not a reflection on some object, it is possible to calculate the color temperature, otherwise it is possible to detect the color of the object that is reflecting light onto the sensor. +The ArduinoAPDS9960 library allows you to use the [APDS9960](https://docs.broadcom.com/docs/AV02-4191EN) sensor available on the Arduino® Nano 33 BLE Sense to read gestures, color, light intensity and proximity. The gestures readings are based on the detection of the movement of the hand over four photodiodes inside the sensor, while proximity is read by the amount of infrared light reflected by something (anything that reflects IR) back to the sensor. Color is given as a 16-bit value for R, G, B and white components; if the light that hits the sensor is the ambient one and not a reflection on some object, it is possible to calculate the color temperature, otherwise it is possible to detect the color of the object that is reflecting light onto the sensor. To use this library: ``` #include -``` \ No newline at end of file +```