IUT CACHAN pour Yves GUINAND
Fork of VL6180 by
Diff: VL6180.h
- Revision:
- 4:c4f807009044
- Parent:
- 2:595673e4c505
--- a/VL6180.h Mon Oct 19 21:58:52 2015 +0000 +++ b/VL6180.h Tue Jun 12 14:48:03 2018 +0000 @@ -37,7 +37,7 @@ * @param return Distance to target in cm. Approx 0.0 cm to 20.0 cm. */ float read(); - + /** Float cast is shorthand for read() */ operator float();