Skip to content

Commit 9774ba3

Browse files
committed
Removed useless class Reset
1 parent 938995d commit 9774ba3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adafruit_ina219.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
6060
# Config Register (R/W)
6161
_REG_CONFIG = const(0x00)
6262

63-
class Reset:
64-
"""Constants for ``reset``"""
65-
RESET = const(0x01) # write RESET to reset
66-
6763
class BusVoltageRange:
6864
"""Constants for ``bus_voltage_range``"""
6965
RANGE_16V = const(0x00) # set bus voltage range to 16V

0 commit comments

Comments
 (0)