|
1 | | -:repository-owner: arduino-libraries |
2 | | -:repository-name: Arduino_APDS9960 |
| 1 | += APDS9960 Library for Arduino = |
3 | 2 |
|
4 | | -= {repository-name} Library for Arduino = |
| 3 | +A library for the APDS9960 sensor, allows you to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C. |
5 | 4 |
|
6 | | -image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/check-arduino.yml/badge.svg["Check Arduino status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/check-arduino.yml"] |
7 | | -image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml/badge.svg["Compile Examples status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml"] |
8 | | -image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml/badge.svg["Spell Check status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml"] |
| 5 | +For more information about this library please visit us at https://www.arduino.cc/en/Reference/ArduinoAPDS9960 |
9 | 6 |
|
10 | | -A library for the APDS-9960 sensor, allows you to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C. |
| 7 | +== License == |
| 8 | + |
| 9 | +Copyright (c) 2019 Arduino SA. All rights reserved. |
| 10 | + |
| 11 | +This library is free software; you can redistribute it and/or |
| 12 | +modify it under the terms of the GNU Lesser General Public |
| 13 | +License as published by the Free Software Foundation; either |
| 14 | +version 2.1 of the License, or (at your option) any later version. |
| 15 | + |
| 16 | +This library is distributed in the hope that it will be useful, |
| 17 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 19 | +Lesser General Public License for more details. |
| 20 | + |
| 21 | +You should have received a copy of the GNU Lesser General Public |
| 22 | +License along with this library; if not, write to the Free Software |
| 23 | +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
0 commit comments