-
- Downloads
Merge branch 'driver_vl53l1x' into 'master'
Added driver vl53l1x and template I2C nodes See merge request asclinic/asclinic-system!4
Branches
No related tags found
Showing
- catkin_ws/src/asclinic_pkg/CMakeLists.txt 24 additions, 13 deletionscatkin_ws/src/asclinic_pkg/CMakeLists.txt
- catkin_ws/src/asclinic_pkg/launch/template_gpio.launch 19 additions, 3 deletionscatkin_ws/src/asclinic_pkg/launch/template_gpio.launch
- catkin_ws/src/asclinic_pkg/launch/template_i2c.launch 10 additions, 3 deletionscatkin_ws/src/asclinic_pkg/launch/template_i2c.launch
- catkin_ws/src/asclinic_pkg/src/drivers/makefile 51 additions, 21 deletionscatkin_ws/src/asclinic_pkg/src/drivers/makefile
- catkin_ws/src/asclinic_pkg/src/drivers/src/pololu_smc_g2/pololu_smc_g2.cpp 6 additions, 0 deletions...linic_pkg/src/drivers/src/pololu_smc_g2/pololu_smc_g2.cpp
- catkin_ws/src/asclinic_pkg/src/drivers/src/pololu_smc_g2/pololu_smc_g2.h 1 addition, 0 deletions...sclinic_pkg/src/drivers/src/pololu_smc_g2/pololu_smc_g2.h
- catkin_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/core/VL53L1X_api.c 849 additions, 0 deletions...c/asclinic_pkg/src/drivers/src/vl53l1x/core/VL53L1X_api.c
- catkin_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/core/VL53L1X_api.h 402 additions, 0 deletions...c/asclinic_pkg/src/drivers/src/vl53l1x/core/VL53L1X_api.h
- catkin_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/core/VL53L1X_calibration.c 138 additions, 0 deletions...ic_pkg/src/drivers/src/vl53l1x/core/VL53L1X_calibration.c
- catkin_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/core/VL53L1X_calibration.h 93 additions, 0 deletions...ic_pkg/src/drivers/src/vl53l1x/core/VL53L1X_calibration.h
- catkin_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/platform/vl53l1_platform.c 272 additions, 0 deletions...ic_pkg/src/drivers/src/vl53l1x/platform/vl53l1_platform.c
- catkin_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/platform/vl53l1_platform.h 91 additions, 0 deletions...ic_pkg/src/drivers/src/vl53l1x/platform/vl53l1_platform.h
- catkin_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/platform/vl53l1_types.h 114 additions, 0 deletions...linic_pkg/src/drivers/src/vl53l1x/platform/vl53l1_types.h
- catkin_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/vl53l1x.cpp 547 additions, 0 deletions...n_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/vl53l1x.cpp
- catkin_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/vl53l1x.h 157 additions, 0 deletionscatkin_ws/src/asclinic_pkg/src/drivers/src/vl53l1x/vl53l1x.h
- catkin_ws/src/asclinic_pkg/src/drivers/test/test_vl53l1x_simple_test.cpp 198 additions, 0 deletions...sclinic_pkg/src/drivers/test/test_vl53l1x_simple_test.cpp
- catkin_ws/src/asclinic_pkg/src/nodes/template_gpio_event_triggered.cpp 40 additions, 15 deletions.../asclinic_pkg/src/nodes/template_gpio_event_triggered.cpp
- catkin_ws/src/asclinic_pkg/src/nodes/template_gpio_polling.cpp 152 additions, 0 deletions...n_ws/src/asclinic_pkg/src/nodes/template_gpio_polling.cpp
- catkin_ws/src/asclinic_pkg/src/nodes/template_i2c_external.cpp 146 additions, 0 deletions...n_ws/src/asclinic_pkg/src/nodes/template_i2c_external.cpp
- catkin_ws/src/asclinic_pkg/src/nodes/template_i2c_internal.cpp 310 additions, 0 deletions...n_ws/src/asclinic_pkg/src/nodes/template_i2c_internal.cpp
Loading
Please register or sign in to comment