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

VL53L0X/VL53L0X.cpp

Committer:
fbob
Date:
2018-09-24
Revision:
11:b3a7164c4e12
Child:
12:2bbe233d25fb

File content as of revision 11:b3a7164c4e12:

#include "VL53L0X.h"

/** Class constructor */
VL53L0X::VL53L0X(PinName sda, PinName scl) : i2c(sda, scl)
{
}