Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
In the section Change the output format the example uses the method .setFrameRate(TFMINI_MEASUREMENT_MM); but it explains that should be used setMeasurementTo(TFMINI_MEASUREMENT_MM). I believe this could be a mistake from a copy/paste of the Frame rate section.
  • Loading branch information
berbaba authored May 25, 2021
1 parent eb5894f commit 840d419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void setup(){
// Initialization as mentioned above

// set the measurement to mm
tfmini.setFrameRate(TFMINI_MEASUREMENT_MM); //Ouputs a boolean
tfmini.setMeasurementTo(TFMINI_MEASUREMENT_MM); //Ouputs a boolean
}
```

Expand Down

0 comments on commit 840d419

Please sign in to comment.