- 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.
- UNIX編程藝術(shù)
- 極簡(jiǎn)算法史:從數(shù)學(xué)到機(jī)器的故事
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Learning Chef
- Mastering SVG
- Lua程序設(shè)計(jì)(第4版)
- 可解釋機(jī)器學(xué)習(xí):模型、方法與實(shí)踐
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Android開發(fā):從0到1 (清華開發(fā)者書庫)
- Serverless computing in Azure with .NET
- Mastering Python Design Patterns
- C編程技巧:117個(gè)問題解決方案示例
- Hack與HHVM權(quán)威指南
- Extending Docker
- Splunk Essentials