- 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
推薦閱讀
- Visual C++程序設計學習筆記
- C/C++算法從菜鳥到達人
- 軟件測試項目實戰之性能測試篇
- HTML5+CSS3網站設計教程
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- HTML5 APP開發從入門到精通(微課精編版)
- RESTful Java Web Services(Second Edition)
- C語言從入門到精通
- GameMaker Essentials
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- MINECRAFT編程:使用Python語言玩轉我的世界
- Sails.js Essentials
- Python預測分析與機器學習
- Python滲透測試編程技術:方法與實踐(第2版)
- Swift 2 Design Patterns