Pi Pico C/C++ SDK

The SDK (Software Development Kit) provides the headers, libraries and build system necessary to write programs for RP2040-based devices such as Raspberry Pi Pico in C, C++ or Arm assembly language.
The SDK is designed to provide an API and programming environment that is familiar both to non-embedded C developers and embedded C developers alike. A single program runs on the device at a time with a conventional main() method. Standard C/C++ libraries are supported along with APIs for accessing RP2040’s hardware, including DMA, IRQs, and the wide variety fixed function peripherals and PIO (Programmable IO).
余下 191页 请下载后查看。
资源均来自互联网,如有侵权,请联系我们删除;
资源版权归原作者所有,如需商用,请联系作者;
2023-10   阅读(42)
标签: 创客 Pico CPP

涨知识
图灵测试

图灵测试的方法是:被测试人,和一个待测试的机器。测试时,测试人与被测试人是分开的,测试人只有以纯文本的方式向被测试人问一些问题,这些问题随便是什么问题都可以。问过一些问题后,如果测试人能够正确地分出谁是人谁是机器,那机器就没有通过图灵测试,如果测试人没有分出谁是机器谁是人,那这个机器就是有智能的。

相关资源
适用于ESP32和ESP8266板、树莓派Pico的外壳

适用于ESP32和ESP8266板、树莓派Pico的外壳3D模型


RP2040 数据手册

RP2040 Datasheet


PicoW数据手册

Pico W Datasheet


Get started with MicroPython on Raspberry Pi Pico

In this book, we’ll look at how to get started with this hardware, and how to work with other electronic components. By the end of the book, you’ll know how to create your own programmable electronic contraptions.


Pi Pico Python SDK

This book is about the official MicroPython port for RP2040-based microcontroller boards.


Arduino编程参考手册中文版

Arduino编程参考手册中文版,带目录适合打印。