We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1878758 commit da7fcf9Copy full SHA for da7fcf9
adafruit_ina260.py
@@ -52,9 +52,9 @@
52
from micropython import const
53
import adafruit_bus_device.i2c_device as i2cdevice
54
55
-from adafruit_register.i2c_struct import UnaryStruct, ROUnaryStruct
+from adafruit_register.i2c_struct import ROUnaryStruct
56
from adafruit_register.i2c_bits import RWBits
57
-from adafruit_register.i2c_bit import RWBit, ROBit
+from adafruit_register.i2c_bit import ROBit
58
59
# pylint: disable=bad-whitespace
60
_REG_CONFIG = const(0x00) # CONFIGURATION REGISTER (R/W)
0 commit comments