Skip to content

Commit 863484b

Browse files
authored
Merge pull request pololu#5 from mirkix/pr/fixtypo
Fix return type
2 parents 650f72b + 6e06789 commit 863484b

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
@@ -142,7 +142,7 @@ This library is intended to provide a quicker and easier way to get started usin
142142
* `void stopContinuous(void)`<br>
143143
Stops continuous mode.
144144

145-
* `uint8_t readRangeContinuousMillimeters(void)`<br>
145+
* `uint16_t readRangeContinuousMillimeters(void)`<br>
146146
Returns a range reading in millimeters when continuous mode is active.
147147

148148
* `uint16_t readRangeSingleMillimeters(void)`<br>

0 commit comments

Comments
 (0)