Skip to content

Commit f3c59c0

Browse files
Update Example3_EmbeddedFunctions.ino
3
1 parent afbb381 commit f3c59c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example3_EmbeddedFunctions/Example3_EmbeddedFunctions.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ uint8_t hysteresis = 100;
1313
void setup()
1414
{
1515
Serial.begin(115200);
16-
Serial.println("STHS34PF80 Example 1: Using Embedded Functions");
16+
Serial.println("STHS34PF80 Example 3: Using Embedded Functions");
1717

1818
// Begin I2C
1919
if(Wire.begin() == false)

0 commit comments

Comments
 (0)