Skip to content

Commit ab84636

Browse files
committed
Break cpp to test yml
1 parent 816ce49 commit ab84636

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SparkFun ToF Range Finder - VL6180 Arduino Library
77

88
Arduino library with basic functionality of the VL6180 sensor.
99

10-
[![Compile Sketch status](https://github.com/arduino/arduino-cli-example/actions/workflows/compile-sketch.yml/badge.svg)](https://github.com/arduino/arduino-cli-example/actions/workflows/compile-sketch.yml)
10+
[![Compile Sketch status](https://github.com/arduino/arduino-cli-example/actions/workflows/compile-sketch.yml/badge.svg)](https://github.com/sparkfun/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library/actions/workflows/compile-sketch.yml)
1111

1212
Repository Contents
1313
-------------------

src/SparkFun_VL6180X.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ uint8_t VL6180x::changeAddress(uint8_t old_address, uint8_t new_address)
129129
// POWER CYCLING THE DEVICE REVERTS ADDRESS BACK TO 0X29
130130

131131
if (old_address == new_address)
132-
return old_address;
132+
return old_adress;
133133
if (new_address > 127)
134134
return old_address;
135135

0 commit comments

Comments
 (0)