Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/destos/vcnl4000
cpp class for interacting with the vcnl4000 sensor on arduino
https://github.com/destos/vcnl4000
Last synced: about 11 hours ago
JSON representation
cpp class for interacting with the vcnl4000 sensor on arduino
- Host: GitHub
- URL: https://github.com/destos/vcnl4000
- Owner: destos
- Created: 2014-09-09T20:13:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-09T20:23:47.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:16:12.093Z (9 months ago)
- Language: C++
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Couldn't find a enjoyable c++ class to interact with the VCNL4000 sensor so I scrounged this one up.
Some of the code comes from an existing class by Jeroen Cappaert, and bits of code from [Adafruit's example sketch](https://github.com/adafruit/VCNL4000).
More details about the sensor
-----------------------------
* [Adafruit breakout board](http://www.adafruit.com/products/466)
* [overview sheet](http://www.adafruit.com/datasheets/vcnl4000ps.pdf)
* [package datasheet](http://www.adafruit.com/datasheets/vcnl4000.pdf)