1This directory contains libraries specifically targeting the RP2040, RP2350 and possible future related devices.
2
3`hardware_` libraries exist for individual hardware components to provide a simple API
4providing a thin abstraction hiding the details of accessing the hardware registers directly.
5
6`pico_` provides higher level functionality you might generally find in say an OS kernel, as well
7as runtime support familiar to most C programmers.
8