Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)