Skip to content

Commit

Permalink
Merge pull request #1 from Sylensky/bugfix/dps_amp_mismatch
Browse files Browse the repository at this point in the history
fixed mismatching configured amperage on dps5015
  • Loading branch information
Sylensky authored Sep 16, 2022
2 parents 6a8b8c2 + 1cab95b commit 93b0d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdserial/dps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, collection_time=None):
'setting_amps': {
'description': 'Amperage setting',
'register': 0x01,
**_simple_int(1000),
**_simple_int(100),
},
'volts': {
'description': 'Output volts',
Expand Down

0 comments on commit 93b0d6d

Please sign in to comment.