|
| 1 | +# Deneyap Gesture, Color, Proximity Sensor APDS9960 Arduino Library |
| 2 | +[FOR TURKISH VERSION](docs/README_tr.md)  |
| 3 | + |
| 4 | +***** Add photo **** |
| 5 | + |
| 6 | +Arduino library for Deneyap Gesture, Color, Proximity Sensor APDS9960 |
| 7 | + |
| 8 | +## :mag_right:Specifications |
| 9 | +- `Product ID` **M25** , **mpv1.0** |
| 10 | +- `MCU` APDS-9960 |
| 11 | +- `Weight` |
| 12 | +- `Module Dimension` |
| 13 | +- `I2C address` 0x39 |
| 14 | + |
| 15 | +| Address | | |
| 16 | +| :--- | :--- | |
| 17 | +| 0x39 | default address | |
| 18 | + |
| 19 | +## :closed_book:Documentation |
| 20 | +Deneyap Gesture, Color, Proximity Sensor APDS9960 |
| 21 | + |
| 22 | +APDS9960-datasheet |
| 23 | + |
| 24 | +[How to install a Arduino Library](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries) |
| 25 | + |
| 26 | +## :pushpin:Deneyap Gesture, Color, Proximity Sensor APDS9960 |
| 27 | +This Arduino library allows you to use Deneyap Gesture, Color, Proximity Sensor APDS9960 with I2C peripheral. You can use this library in your projects with any Arduino compatible board with I2C peripheral. |
| 28 | + |
| 29 | +## :globe_with_meridians:Repository Contents |
| 30 | +- `/docs ` README_tr.md and product photos |
| 31 | +- `/examples ` Examples with .ino extension sketches |
| 32 | +- `/src ` Source files (.cpp .h) |
| 33 | +- `keywords.txt ` Keywords from this library that will be highlighted in the Arduino IDE |
| 34 | +- `library.properties ` General library properties for the Arduino package manager |
| 35 | + |
| 36 | +## Version History |
| 37 | +1.0.0 - initial release |
| 38 | + |
| 39 | +## :rocket:Hardware Connections |
| 40 | +- Deneyap Gesture, Color, Proximity Sensor and Board can be connected with I2C cable |
| 41 | +- or 3V3, GND, SDA and SCL pins can be connected with jumper cables |
| 42 | + |
| 43 | +|APDS9960| Function | Board pins | |
| 44 | +|:--- | :--- | :---| |
| 45 | +|3.3V | Power |3.3V | |
| 46 | +|GND | Ground | GND | |
| 47 | +|SDA | I2C Data | SDA pin | |
| 48 | +|SCL | I2C Clock | SCL pin | |
| 49 | +|INT | Interrput | | |
| 50 | + |
| 51 | +## License Information |
| 52 | +Please review the [LICENSE](https://github.com/deneyapkart/deneyap-hareket-isik-renk-algilayici-mesafe-olcer-arduino-library/blob/master/LICENSE) file for license information. |
| 53 | + |
| 54 | +This code is partly based on the Adafruit APDS9960 Proximity, Light, RGB, and Gesture sensor Arduino Library. |
| 55 | +Changed to work with Deneyap Gesture, Color, Proximity Sensor APDS9960 Arduino Library. |
| 56 | +Following their requirements, here is the Adafruit README file: |
| 57 | + |
| 58 | + Adafruit_APDS9960 Build Status |
| 59 | + |
| 60 | +This is the Adafruit APDS9960 Proximity, Light, RGB, and Gesture sensor Library |
| 61 | + |
| 62 | +Tested and works great with the Adafruit APDS9960 Board |
| 63 | + |
| 64 | +http://www.adafruit.com/products/3595 |
| 65 | +This chip uses I2C to communicate, 2 pins are required to interface |
| 66 | + |
| 67 | +Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! |
| 68 | + |
| 69 | +Written by Dean Miller, Limor Fried for Adafruit Industries. |
| 70 | +BSD license, check license.txt for more information All text above must be included in any redistribution |
| 71 | + |
| 72 | +To install, use the Arduino Library Manager and search for "Adafruit APDS9960 Library" and install the library. |
0 commit comments