Skip to content

Commit 42501a1

Browse files
author
dcyoung
committed
Updated README to reflect change in method name
1 parent 53fcbec commit 42501a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ for (int i = 0; i < 10; i++) {
7979
if(success) {
8080
bool bFirstOfNewScan = reading.isSync();
8181
float angle = reading.getAngleDegrees();
82-
uint16_t range = reading.getDistance();
82+
uint16_t range = reading.getDistanceCentimeters();
8383
uint8_t confidence = reading.getSignalStrength();
8484
...
8585

0 commit comments

Comments
 (0)