4. BitBotXL module

The BitBotXL module is required to control the BitBotXL buggy.
Download the python file BitBotXL.py module.
The file needs to be copied onto the microbit.
Use the online editor at https://python.microbit.org/v/3.
Click Open.
Navigate to the BitBotXL.py file.
CLick Open.
CLick on the option icon to the right of in the file dialog and choose “Add…”

4.1. Use BitBotXL library

To use the BitBotXL module, import it via: import BitBotXL.
from microbit import *
import BitBotXL