You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1161,10 +1161,6 @@ This operation is integrated in setI2C() method, so there is no need to call it
1161
1161
1162
1162
Stops i2c operation and resets i2c pins 03 (SDA) and 05 (SCL) to GPIO input pins.
1163
1163
1164
-
### setTransferSpeed(baud)
1165
-
1166
-
Sets the i2c clock frequency by converting the **baud** argument to the equivalent i2c clock divider value.
1167
-
1168
1164
### setClockFreq(div)
1169
1165
1170
1166
Sets the i2c clock speed based on the **div** divisor value. Check the various *div* values below and the possible clock speeds that will be generated.
0 commit comments