Library containing Crazyflie 2.0 sensors drivers: - LPS25H (barometer) - MPU9250 (IMU) - PMW3901 (optical flow) - VL53L0X (range)

Dependents:   Drones-Controlador controladoatitude_cteste Drone_Controlador_Atitude optical_test

Revision:
11:b3a7164c4e12
Child:
12:2bbe233d25fb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/VL53L0X/VL53L0X.cpp	Mon Sep 24 17:25:20 2018 +0000
@@ -0,0 +1,6 @@
+#include "VL53L0X.h"
+
+/** Class constructor */
+VL53L0X::VL53L0X(PinName sda, PinName scl) : i2c(sda, scl)
+{
+}
\ No newline at end of file