urm37: Add C library for this sensor

Added a C implementation for this sensor.  The C++ library was changed
to just wrap the C library calls.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-08-24 16:04:56 -06:00
committed by Noel Eck
parent 196654e7c6
commit 46460e20d9
10 changed files with 861 additions and 305 deletions

View File

@ -90,3 +90,5 @@ add_example (dfrph)
add_example (vk2828u7)
add_example (mma7361)
add_example (bh1750)
add_example (urm37)
add_example (urm37-uart)