- Raspberry Pi Robotic Projects(Third Edition)
- Richard Grimmett
- 161字
- 2021-07-08 11:02:44
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
ser = serial.Serial("/dev/ttyACM0", 9600) setAngle(ser, 0, 90) setAngle(ser, 1, 90) setAngle(ser, 2, 90) time.sleep(1)
Any command-line input or output is written as follows:
sudo apt-get install libasound2-dev
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- DevOps:軟件架構師行動指南
- Embedded Linux Projects Using Yocto Project Cookbook
- Apache Spark 2.x Machine Learning Cookbook
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Mastering ServiceNow(Second Edition)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Bootstrap 4 Cookbook
- 小型編譯器設計實踐
- 零基礎學C語言程序設計
- Greenplum構建實時數據倉庫實踐
- C語言程序設計
- Apache Solr for Indexing Data
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)