This repository contains course contents for Arm Edx lab works, adapted for the Micro:bit using its Python editor (Micro:bit Python Editor).
- Module 4.1: Originally required interrupts, which are not fully supported by the Micro:bit. Instead, polling is used for LED control, which is not ideal.
- Module 4.2: Originally required interrupts, which are not fully supported by the Micro:bit. Instead, polling is used for LED control, which is not ideal. Button3 = pin_logo, Button4 = accelerometer
- Module 5: Initially used PWM for communication with the Micro:bit speaker, but direct simulation in the editor was not feasible.