!!! Using External Libraries

This is __Exercise 6__ of the [Micro Python Tutorial].

%%filename motor_controller.py %%
%%python {{{
 
}}}
%%

%%filename motor.py %%
%%python {{{

}}}
%%

%%filename main.py %%
%%python {{{

}}}
%%

----

* __Previous:__ [MicroPython Tutorial Exercise 5|MicroPythonTutorialExercise05]: Using Classes and Methods