bdmihai / pico-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This directory contains libraries specifically targeting the RP2040.

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.

Original code: https://github.com/raspberrypi/pico-sdk

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 69.9%Language:Assembly 13.3%Language:QML 11.8%Language:C++ 4.8%Language:Python 0.2%