- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 201字
- 2021-06-24 15:30:20
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The code for taking axial and radial turns is added to the RobotMovement.cpp program."
A block of code is set as follows:
digitalWrite(0,HIGH); //PIN O & 2 will STOP the Left Motor
digitalWrite(2,HIGH);
digitalWrite(3,HIGH); //PIN 3 & 4 will STOP the Right Motor
digitalWrite(4,HIGH);
delay(3000);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
digitalWrite(0,HIGH); //PIN O & 2 will STOP the Left Motor
digitalWrite(2,HIGH);
digitalWrite(3,HIGH); //PIN 3 & 4 will STOP the Right Motor
digitalWrite(4,HIGH);
delay(3000);
Any command-line input or output is written as follows:
sudo nano /boot/config.txt
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select the Remember password option and press OK."
- Delphi程序設計基礎:教程、實驗、習題
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- PhoneGap Mobile Application Development Cookbook
- C語言課程設計
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Python項目實戰從入門到精通
- PHP編程基礎與實踐教程
- ArcGIS for Desktop Cookbook
- Kubernetes源碼剖析
- Deep Learning with R Cookbook
- Visual Basic 程序設計實踐教程
- Mastering PowerCLI
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Web開發的平民英雄:PHP+MySQL
- Java 11 and 12:New Features