- Home Automation with Intel Galileo
- Onur Dundar
- 196字
- 2021-07-23 19:46:11
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 are shown as follows: "The following piece of code shows two functions setGPIO(int number, int direction)
and getGPIO(int number)
."
A block of code is set as follows:
float readTemperature(){ int register_address = 0x4600; return getTemperature(register_address); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
float readTemperature(){
int register_address = 0x4600;
return getTemperature(register_address);
}
Any command-line input or output is written as follows:
$ cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
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: "Now we can click on the Fibaro Wall Plug item on the list to switch it on or off from our smartphone."
URLs in the text are shown as follows: https://www.packtpub.com
- R語(yǔ)言經(jīng)典實(shí)例(原書(shū)第2版)
- Mastering OpenCV Android Application Programming
- Access 數(shù)據(jù)庫(kù)應(yīng)用教程
- 算法訓(xùn)練營(yíng):入門(mén)篇(全彩版)
- Data Analysis with IBM SPSS Statistics
- Java程序設(shè)計(jì)與實(shí)踐教程(第2版)
- 假如C語(yǔ)言是我發(fā)明的:講給孩子聽(tīng)的大師編程課
- Unity 2018 Shaders and Effects Cookbook
- IBM Cognos TM1 Developer's Certification guide
- Learning Ionic
- Sitecore Cookbook for Developers
- Mastering Machine Learning with R
- SaaS攻略:入門(mén)、實(shí)戰(zhàn)與進(jìn)階
- C語(yǔ)言王者歸來(lái)
- Flutter從0基礎(chǔ)到App上線