We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f55d5 commit 2c642b5Copy full SHA for 2c642b5
mycodo/outputs/pump_l298n_pi5.py
@@ -55,7 +55,7 @@
55
'output_name_unique': 'DC_MOTOR_L298N',
56
'output_name': "{}: L298N DC Motor Controller (Pi 5)".format(lazy_gettext('Peristaltic Pump')),
57
'output_manufacturer': 'STMicroelectronics',
58
- 'output_library': 'RPi.GPIO',
+ 'output_library': 'pinctrl',
59
'measurements_dict': measurements_dict,
60
'channels_dict': channels_dict,
61
'output_types': ['volume', 'on_off'],
0 commit comments