Skip to content

Commit 2c642b5

Browse files
committed
Update library name
1 parent 21f55d5 commit 2c642b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycodo/outputs/pump_l298n_pi5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'output_name_unique': 'DC_MOTOR_L298N',
5656
'output_name': "{}: L298N DC Motor Controller (Pi 5)".format(lazy_gettext('Peristaltic Pump')),
5757
'output_manufacturer': 'STMicroelectronics',
58-
'output_library': 'RPi.GPIO',
58+
'output_library': 'pinctrl',
5959
'measurements_dict': measurements_dict,
6060
'channels_dict': channels_dict,
6161
'output_types': ['volume', 'on_off'],

0 commit comments

Comments
 (0)