- 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.
- Java應用與實戰(zhàn)
- Mastering Adobe Captivate 2017(Fourth Edition)
- Visual Basic編程:從基礎到實踐(第2版)
- vSphere High Performance Cookbook
- Python程序設計(第3版)
- 華為HMS生態(tài)與應用開發(fā)實戰(zhàn)
- Python爬蟲開發(fā)與項目實戰(zhàn)
- Mastering C# Concurrency
- 零基礎學Java程序設計
- 編程數(shù)學
- PySpark Cookbook
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- 小程序,巧應用:微信小程序開發(fā)實戰(zhàn)(第2版)
- Django 3.0應用開發(fā)詳解
- Visual Basic程序設計實驗指導及考試指南