mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
7 lines
445 B
Markdown
7 lines
445 B
Markdown
This directory contains libraries specifically targeting the RP2040, RP2350 and possible future related devices.
|
|
|
|
`hardware_` libraries exist for individual hardware components to provide a simple API
|
|
providing a thin abstraction hiding the details of accessing the hardware registers directly.
|
|
|
|
`pico_` provides higher level functionality you might generally find in say an OS kernel, as well
|
|
as runtime support familiar to most C programmers.
|