1. Introduction
    1. Pinout
    2. Additional Hardware
    3. Dev Environment
    4. Quick Start
    5. Abstraction Layers
    6. Project Template
    7. Running the Program
    8. Help & Troubleshooting
  2. Debug Probe
    1. RTT
  3. Using External LED
    1. Breadboard
    2. Code
    3. Using rp-hal
  4. 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
  5. PWM
    1. PWM Concepts
    2. PWM in Depth
    3. PWM in RP2350
  6. Dimming LED
    1. Simulation
    2. With Embassy
    3. With RP HAL
  7. Pico in VS Code
  8. Button
    1. Pull Up and Down
    2. LED on Button Press
  9. Voltage Divider
  10. Ultrasonic
    1. How it works?
    2. HC-SR04 Circuit
    3. HC-SR04+ Circuit
    4. With Embasssy
    5. With RP HAL
  11. I2C
    1. I2C in RP2350
    2. I2C in Embedded Rust
    3. I2C in Embassy RP
  12. OLED Display
    1. How it works?
    2. Circuit
    3. Crates
    4. Hello OLED
      1. With RP HAL
    5. Draw Image
      1. Using Single Byte
      2. Multi Byte
      3. Using Multi Byte
      4. Using BMP
  13. Servo Motor
    1. Intro
    2. More on PWM
    3. Servo and Pico
    4. Action
  14. Watchdog
  15. Buzzinga
    1. Intro to Buzzer
    2. Beep
    3. GOT Buzzer?
      1. Musical notes
      2. Music module
      3. got module
      4. Play
    4. Active Beep
  16. LDR
    1. What is LDR
    2. LDR and LED
      1. Action
  17. ADC
  18. 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
  19. USB Serial
    1. Action
  20. 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
  21. SD Card (MMC/SDC)
    1. Circuit
    2. Read SD Card
  22. 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
  23. Joystick
    1. Movement and ADC
    2. Pin layout
    3. Circuit
    4. Print ADC Values
  24. Debugging
    1. GDB
      1. Finding main
      2. Breakpoints
      3. Atomic Register
  25. Projects
  26. Resources