Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
DaAwesomeP committed Jul 26, 2022
1 parent e41c979 commit e05b3a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arenarobot/service/controller/pololu_slave_i2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def write_val(self, param_name: str, value, index: int = 0):
def fetch(self):
"""Fetch Pololu Slave I2C data."""
# Set up for read
# sleep(0.0001)
msgs = [I2C.Message([0x0], read=False)]
try:
self.i2c_bus.transfer(self.slave_addr, msgs)
Expand Down

0 comments on commit e05b3a5

Please sign in to comment.