- 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
- 玩轉Scratch少兒趣味編程
- 小程序實戰視頻課:微信小程序開發全案精講
- Java面向對象軟件開發
- C#編程入門指南(上下冊)
- 數據庫系統原理及MySQL應用教程
- Drupal 8 Configuration Management
- Spring+Spring MVC+MyBatis整合開發實戰
- Android底層接口與驅動開發技術詳解
- Practical Game Design with Unity and Playmaker
- 汽車人機交互界面整合設計
- Python程序設計開發寶典
- PyQt編程快速上手
- 零基礎C#學習筆記
- Learning Unreal Engine Game Development
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)