1. Introduction
    1. Hardware Details
    2. Dev Environment
    3. Quick Start
    4. Abstraction Layers
    5. Project Template
    6. Help & Troubleshooting
  2. Project From Scratch
    1. Runtime
    2. Embedded HAL
    3. no_std
    4. LED Matrix
    5. Core Logic
    6. Panic Handler
    7. Target
    8. Are we there yet?
  3. Fun with LED
    1. Display Character
    2. Scrolling Effect
  4. Smiley Buttons
  5. Touch Sensing
    1. Simple Touch
  6. Embassy
    1. Microbit BSP
  7. Speaker
    1. Play Tone
    2. Embassy Beauty
    3. Happy Birthday
    4. Custom Tune
  8. Temperature Sensor
    1. Interrupt Request (IRQ)
      1. TEMP interrupt
      2. Irqs struct
  9. Blinky with HAL
    1. Peripherals
    2. GPIO
    3. Timers
    4. Full code