- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 80字
- 2021-06-24 15:30:29
Implementing Blink with wiringPi
After setting up the Raspberry Pi, it's now time to connect different electronics components to it and program it using the C++ programming language. To use C++, we will first have to download and install a library called wiringPi.
In this chapter, we will cover the following topics:
- Installing the wiringPi library inside the Raspberry Pi
- Making an LED blink
- Smart Light—working with a digital sensor
- Pulse Width Modulation using softPwm
推薦閱讀
- JBoss Weld CDI for Java Platform
- ASP.NET Core Essentials
- 數據結構(Python語言描述)(第2版)
- HTML5游戲開發案例教程
- Functional Kotlin
- Spring Boot進階:原理、實戰與面試題分析
- 深入淺出React和Redux
- Processing創意編程指南
- Zabbix Performance Tuning
- Struts 2.x權威指南
- 網絡數據采集技術:Java網絡爬蟲實戰
- Android Game Programming by Example
- CodeIgniter Web Application Blueprints
- 軟件測試分析與實踐
- Learning C++ by Creating Games with UE4