Satisfy black formatting

This commit is contained in:
George Waters 2020-09-10 15:42:03 -04:00
parent e9dbe2d4fb
commit 7d7e3ce45f
No known key found for this signature in database
GPG key ID: D993F8B1CC21DB25
4 changed files with 6 additions and 6 deletions

View file

@ -348,7 +348,7 @@ class PN532:
self.low_power = True
else:
# Soft Power Down otherwise. Enable wakeup on I2C, SPI, UART
response = self.call_function(_COMMAND_POWERDOWN, params=[0xb0, 0x00])
response = self.call_function(_COMMAND_POWERDOWN, params=[0xB0, 0x00])
self.low_power = response[0] == 0x00
time.sleep(0.005)
return self.low_power