- 1. Introduction
❱
- 1.1. Hardware Details
- 1.2. Dev Environment
- 1.3. Quick Start
- 1.4. Abstraction Layers
- 1.5. Project Template
- 1.6. Help & Troubleshooting
- 2. Project From Scratch
❱
- 2.1. Runtime
- 2.2. Embedded HAL
- 2.3. no_std
- 2.4. LED Matrix
- 2.5. Core Logic
- 2.6. Panic Handler
- 2.7. Target
- 2.8. Are we there yet?
- 3. Fun with LED
❱
- 3.1. Display Character
- 3.2. Scrolling Effect
- 4. Smiley Buttons
- 5. Touch Sensing
❱
- 5.1. Simple Touch
- 6. Embassy
❱
- 6.1. Microbit BSP
- 7. Speaker
❱
- 7.1. Play Tone
- 7.2. Embassy Beauty
- 7.3. Happy Birthday
- 7.4. Custom Tune
- 8. Temperature Sensor
❱
- 8.1. Interrupt Request (IRQ)
❱
- 8.1.1. TEMP interrupt
- 8.1.2. Irqs struct
- 9. Blinky with HAL
❱
- 9.1. Peripherals
- 9.2. GPIO
- 9.3. Timers
- 9.4. Full code