l293d
l293d copied to clipboard
Python module to drive DC motors from a Raspberry Pi using the L293D chip
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...
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...