- 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
- 軟件項目估算
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Arduino by Example
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Game Programming Using Qt Beginner's Guide
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- 信息技術應用基礎
- Learning Three.js:The JavaScript 3D Library for WebGL
- Learning Laravel's Eloquent
- 執劍而舞:用代碼創作藝術
- 計算機應用基礎案例教程
- Django Design Patterns and Best Practices
- SQL Server 2012 數據庫應用教程(第3版)
- Getting Started with Web Components
- RESTful Web API Design with Node.js