
Raspberry Pi Pico Programming Using C++
Description
Raspberry Pi Pico Programming Using C++ is an instructional text that teaches the reader how to create C++ programs for the Pico. The book encompasses two principal themes. First, it explicates a subset of the C++ programming language that is most useful for microcontroller software development. Second, it elucidates essential particulars of Pico programming, including hardware peripherals, C/C++ SDK usage, and control of common electronic devices (e.g., actuators, displays, motors, sensors, servos, etc.).
The source code that accompanies Raspberry Pi Pico Programming Using C++ is structured to accelerate learning and comprehension of the aforementioned themes. Each source code example is a complete program that can be executed on a Linux/Mac/Windows computer (C++ instructive examples) or actual Pico hardware (Pico application examples).
The reader can also utilize freely available third-party software development tools to modify or experiment with the source code. After reading this book, the reader will be able to create programs for the Pico that are both high-performance and resource efficient.
What You'll Learn
- Program Pico peripherals: A/D converters, GPIO, I2C, SPI, PWM, timers, alarms, and UARTs
- Control devices like actuators, LCDs, GPS modules, LEDs, motors, sensors, and servos
- Develop multicore programs using atomics, mutexes, and semaphores
- Learn to use the Pico C/C++ SDK effectively for high-performance code
Who This Book Is For
This book is for professional programmers, makers, students, and anyone who wants to develop high-performance, resource-efficient C++ programs for the Raspberry Pi Pico. It's also ideal for those looking to learn the basics of C++ and related development tools for microcontrollers.
More details
Person
Daniel Kusswurm has 40+ years of professional experience as a software developer, computer scientist, and author. During his career, he has developed innovative software for medical devices, scientific instruments, and image processing applications. On many of these projects, he successfully utilized C++ to create software that is both high-performance and resource-efficient. His educational background includes a BS in electrical engineering technology from Northern Illinois University, along with an MS and PhD in computer science from DePaul University. Daniel Kusswurm is the author of multiple computer programming books including Practical C++ STL Programming, Modern X86 Assembly Language Programming (Third Edition), and Modern Arm Assembly Language Programming, all published by Apress.
Content
Chapter 1 - Raspberry Pi Pico Overview.- Chapter 2 - C++ Fundamentals - Part 1.- Chapter 3 - C++ Fundamentals - Part 2.- Chapter 4 - C++ Classes.- Chapter 5 - Intermediate C++ Programming (Part 1).- Chapter 6 - Intermediate C++ Programming (Part 2).- Chapter 7 - C++ STL Programming (Part 1).- Chapter 8 - C++ STL Programming (Part 2).- Chapter 9 - GPIO Programming.- Chapter 10 - ADC Programming.- Chapter 11 - I2C Programming (Part 1).- Chapter 12 - I2C programming (Part 2).- Chapter 13 - Multicore Programming.- Chapter 14 - UART Programming (Part 1).- Chapter 15 - UART Programming (Part 2).- Chapter 16 - Motors.- Chapter 17 - Pico GUI (Part 1).- Chapter 18 - Pico GUI (Part 2).- Appendix A - Development Tools.- Appendix B - References and Resources.