l293d
l293d copied to clipboard
Module needs init method
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 user can pass in values such as verbose
, pin_numbering
and test_mode
.