...
The repository contains some starter/outline code for you. There, the peripherals are initialized, and the thread/task outlines are provided. You may notice two tasks (or threads) have been created: one for Bluetooth, and one for polling the Hall sensor. In additional, you will see one interrupt handler for LED blinking. If none of that makes sense, no worries at all, just ask questions and we can explain what all of that means! When finished, you can also take a look at my completed example.
...