We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ec2e5 commit 2c1e7abCopy full SHA for 2c1e7ab
1 file changed
lib/bq27441/bq27441/device.py
@@ -495,6 +495,7 @@ def blockDataControl(self):
495
# Issue a DataClass() command to set the data class to be accessed
496
497
def blockDataClass(self, _id):
498
+ _id = [_id]
499
return self._write_reg(BQ27441_EXTENDED_DATACLASS, _id, 1)
500
501
# Issue a DataBlock() command to set the data block to be accessed
0 commit comments