Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroendoggen/Arduino-GP2Y0A21YK-library
Arduino library for the Sharp GP2Y0A21YK IR Distance sensor
https://github.com/jeroendoggen/Arduino-GP2Y0A21YK-library
Last synced: about 2 months ago
JSON representation
Arduino library for the Sharp GP2Y0A21YK IR Distance sensor
- Host: GitHub
- URL: https://github.com/jeroendoggen/Arduino-GP2Y0A21YK-library
- Owner: jeroendoggen
- Created: 2014-12-11T15:16:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T00:58:01.000Z (over 2 years ago)
- Last Synced: 2024-08-03T18:15:06.601Z (5 months ago)
- Language: C++
- Size: 689 KB
- Stars: 25
- Watchers: 6
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-arduino - Arduino-GP2Y0A21YK-library - Arduino library for the Sharp GP2Y0A21YK IR Distance sensor (Libraries)
- awesome-arduino - Arduino-GP2Y0A21YK-library - Arduino library for the Sharp GP2Y0A21YK IR Distance sensor (Libraries)
README
# Arduino-GP2Y0A21YK-library
Library for the Sharp GP2Y0A41SK IR Distance sensor.This library uses a lookup table in program memory to convert the ADC values to distance values.
This library was a test to evaluate code size and processing time.An alternative library, where the board does the actual calculation on the CPU can be found [here](https://github.com/jeroendoggen/Arduino-distance-sensor-library)