- 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.
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Learn Scala Programming
- Learn Programming in Python with Cody Jackson
- Visual Basic學習手冊
- Swift細致入門與最佳實踐
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- SQL Server從入門到精通(第3版)
- Red Hat Enterprise Linux Troubleshooting Guide
- 軟件工程基礎與實訓教程
- IPython Interactive Computing and Visualization Cookbook
- Modernizing Legacy Applications in PHP
- JavaScript前端開發基礎教程
- PHP Microservices
- Microsoft XNA 4.0 Game Development Cookbook
- MATLAB計算機視覺實戰