Robot movement
We use the motorhat library to setup the motorhat with the correct address passed in. We then create the motor objects. Since we have 4 motors this means we use create for 4 distinct motor variables. We also import the atexit library so that motors stop once the code exits.