Skip to content

Commit

Permalink
Reordered parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
evaherrada committed Jun 30, 2020
1 parent b1d3b10 commit d6bb0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_l3gd20.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class L3GD20_I2C(L3GD20):
"""Gives the raw gyro readings, in units of rad/s."""

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

Expand Down

0 comments on commit d6bb0a3

Please sign in to comment.