From 8041613c06db6fa021e525d9c63187b260061990 Mon Sep 17 00:00:00 2001 From: Randy Mackay <rmackay9@yahoo.com> Date: Fri, 24 Oct 2014 15:00:47 +0900 Subject: [PATCH] RangeFinder: PulsedLight I2C addr to 0x62 --- libraries/AP_RangeFinder/AP_RangeFinder_PulsedLightLRF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_RangeFinder/AP_RangeFinder_PulsedLightLRF.h b/libraries/AP_RangeFinder/AP_RangeFinder_PulsedLightLRF.h index 896882bc2..21e089834 100644 --- a/libraries/AP_RangeFinder/AP_RangeFinder_PulsedLightLRF.h +++ b/libraries/AP_RangeFinder/AP_RangeFinder_PulsedLightLRF.h @@ -25,7 +25,7 @@ */ // i2c address -#define AP_RANGEFINDER_PULSEDLIGHTLRF_ADDR 0x42 +#define AP_RANGEFINDER_PULSEDLIGHTLRF_ADDR 0x62 // min and max distances #define AP_RANGEFINDER_PULSEDLIGHTLRF_MIN_DISTANCE 0 -- GitLab