- 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.
- 現(xiàn)代C++編程:從入門到實(shí)踐
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- C程序設(shè)計(jì)簡明教程(第二版)
- 單片機(jī)C語言程序設(shè)計(jì)實(shí)訓(xùn)100例:基于STC8051+Proteus仿真與實(shí)戰(zhàn)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- JavaScript動(dòng)態(tài)網(wǎng)頁開發(fā)詳解
- 名師講壇:Spring實(shí)戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Java程序設(shè)計(jì)案例教程
- Python計(jì)算機(jī)視覺和自然語言處理
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- C語言程序設(shè)計(jì)實(shí)踐
- Learning Bootstrap 4(Second Edition)
- 軟硬件綜合系統(tǒng)軟件需求建模及可靠性綜合試驗(yàn)、分析、評(píng)價(jià)技術(shù)
- PHP程序設(shè)計(jì)經(jīng)典300例
- Swift語言實(shí)戰(zhàn)晉級(jí)(第2版)