1. Introduction
    1. Pinout
    2. Dev Environment
    3. Quick Start
    4. Abstraction Layers
    5. Project Template
    6. Running the Program
    7. Help & Troubleshooting
  2. From std to no_std
    1. Cross Compilation
      1. For Microcontroller
    2. no_std
    3. Panic Handler
    4. no_main
    5. Peripherals
    6. Embassy for Pico
    7. Blinking LED
    8. Flashing
    9. Linker Script
  3. Using External LED
  4. PWM
    1. PWM Concepts
    2. PWM in Depth
    3. PWM in RP2350
  5. Dimming LED
    1. Dim LED with RP HAL
  6. Pico in VS Code
  7. Debug Probe
    1. RTT
  8. Ultrasonic
    1. How it works?
    2. Circuit
    3. Code
  9. I2C
  10. OLED Display
    1. Hello World
    2. Ferris
  11. Servo Motor
    1. Intro
    2. More on PWM
    3. Servo and Pico
    4. Action
  12. Watchdog
  13. Buzzinga
    1. Intro to Buzzer
    2. Beep
    3. GOT Buzzer?
      1. Musical notes
      2. Music module
      3. got module
      4. Play
    4. Active Beep
  14. Voltage Divider
  15. LDR
    1. What is LDR
    2. LDR and LED
      1. Action
  16. ADC
  17. Thermistor
    1. NTC and Voltage Divider
    2. ADC
      1. Maths
    3. Non-Linear
      1. B Equation
      2. Steinhart Equation
    4. Temperature on OLED
      1. Action
  18. USB Serial
    1. Action
  19. RFID
    1. Hardware
    2. MIFARE
    3. Flow
    4. Circuit
    5. Read UID
      1. LED on UID Match
    6. Read Data
      1. Dump Memory
    7. Write Data
      1. Change Auth Key
    8. Access control
      1. AccessBits Calc
  20. SD Card (MMC/SDC)
    1. Circuit
    2. Read SD Card
  21. LCD Display
    1. How it works?
    2. Pin Layout
    3. Circuit
    4. Hello, Rust!
    5. Supported Characters
    6. Custom Characters
      1. Generator
      2. Display on LCD
      3. Multi Generator
      4. Multi Custom
      5. Symbols Index
  22. Joystick
    1. Movement and ADC
    2. Pin layout
    3. Circuit
    4. Print ADC Values
  23. Debugging
    1. GDB
      1. Finding main
      2. Breakpoints
      3. Atomic Register
  24. Projects
  25. Resources