Skip to content

Commit d6bb0a3

Browse files
committed
Reordered parameters
1 parent b1d3b10 commit d6bb0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_l3gd20.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class L3GD20_I2C(L3GD20):
221221
"""Gives the raw gyro readings, in units of rad/s."""
222222

223223
def __init__(
224-
self, i2c, rng=L3DS20_RANGE_250DPS, rate=L3DS20_RATE_100HZ, address=0x6B
224+
self, i2c, rng=L3DS20_RANGE_250DPS, address=0x6B, rate=L3DS20_RATE_100HZ
225225
):
226226
import adafruit_bus_device.i2c_device as i2c_device # pylint: disable=import-outside-toplevel
227227

0 commit comments

Comments
 (0)