Skip to content

Commit 1a251bc

Browse files
committed
typo
1 parent 8267c60 commit 1a251bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/LPS28_unifiedtest/LPS28_unifiedtest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void setup(void) {
3333
Serial.println("LPS28 Found!");
3434

3535
// Set range to 4060 hPa
36-
lps28.setFullScaleMode(true);
36+
lps.setFullScaleMode(true);
3737

3838
// Get pointers to the sensors for the unified sensor API
3939
lps_temp = lps.getTemperatureSensor();

0 commit comments

Comments
 (0)