Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 855 Bytes

File metadata and controls

11 lines (8 loc) · 855 Bytes

Micro:bit

In this repository are stored the necessary files to compile the joystick software for the micro:bit.

Set up

In order to be able to compile the code locally you need to follow the Offline development tutorial provided by the University of Lancaster.

Repo structure

  • main.cpp: Currently used as a test software to check that the Micro:bit can both send and receive through UART.

How to check if the Micro:bit is working

To check that an UART communication between the Micro:bit and the computer can be established and maintained, please refer to our Micro:bit Test Unit.