Example Code for the Tipper and Bulldozer add-ons for :MOVE mini
-------------------------------------------------------------------

Contained within this zip file are two HEX files;

1 - microbit-Tipper+Bulldozer.hex 
2 - microbit-Tipper+Bulldozer_Controller.hex

File 1 should be uploaded to the micro:bit that is connected to the :MOVE mini and file 2 should be uploaded to the micro:bit that is being used as the controller.


Usage Guide
------------

The code we have provide makes use of the micro:bits radio functionality. So, one micro:bit transmits accelerometer data and button press information to the other micro:bit, which in turn converts this into instructions for the servos.

We have coded our transmitter code to only transmit accelerometer data if the A button is also being held down, this is a safety feature to ensure that the receiving micro:bit is unlikely to receive any accidental movement instructions. 

The B button on the transmitting micro:bit is used to control the third servo that is controlling the tipper trailer/bulldozer bucket, depending on the kit you are using this code with.
