- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 163字
- 2021-06-24 15:30:32
Uploading the code to the Raspberry Pi
Since we are using wiringPi numbering conventions, we will add the -lwiringPi command inside the Build command so that our C++ program with the wiringPi library is compiled and built successfully. To open the Build command, click on Build | Set Build Commands. Inside the command boxes next to the Compile and Build buttons, add -lwiringPi at the end and then click OK:

Next, to compile the code, click on the compilation button (the brown icon). Finally, to upload the code to the Raspberry Pi, press the build button (the airplane icon):

The compilation icon will check for errors in the code. If there aren't any, click the build icon to test the blinking output. After building the code, the build icon will turn into a red circle. Click on the red circle to stop the program.
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Android開發(fā)精要
- OpenCV實例精解
- Hands-On Image Processing with Python
- Java從入門到精通(第4版)
- 精通Scrapy網(wǎng)絡爬蟲
- Python機器學習編程與實戰(zhàn)
- 基于Swift語言的iOS App 商業(yè)實戰(zhàn)教程
- Mastering Python Networking
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- 碼上行動:用ChatGPT學會Python編程
- The Complete Coding Interview Guide in Java
- Visual Basic程序設計實踐教程
- JavaScript程序設計(第2版)