l293d icon indicating copy to clipboard operation
l293d copied to clipboard

Python module to drive DC motors from a Raspberry Pi using the L293D chip

Results 13 l293d issues
Sort by recently updated
recently updated
newest added

When the library is imported, stuff (e.g. version) is printed before the user had the option to disable verbosity. This should be moved to a new method: `init`, so the...

config

The `l293d.driver.cleanup` method needs to be made safer by implementing a few things, for example: - No more motor calls should be possible after `cleanup` is run - `cleanup` should...

This issue might be a long shot - I've currently never experimented with using the L293D for stepper motors, but I know that this chip does support them. I'll buy...

help wanted
feature request