- Intel Galileo Networking Cookbook
- Marco Schwartz
- 208字
- 2021-07-16 20:37:54
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: "Every time you see a line starting with root@galileo
, this means we will be using the terminal."
A block of code is set as follows:
// Sensor pin int sensorPin = 0; void setup() { // Start Serial connection Serial.begin(9600); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
// Sensor pin
int sensorPin = 0;
void setup()
{
// Start Serial connection
Serial.begin(9600);
}
Any command-line input or output is written as follows:
opkg install package_name
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: "To solve this problem, simply push the Reboot button on the board."
- Windows系統(tǒng)管理與服務(wù)配置
- Responsive Web Design with HTML5 and CSS3
- Mastering Scientific Computing with R
- Mastering Ubuntu Server
- Expert Data Visualization
- 從0到1:Python數(shù)據(jù)分析
- D3.js 4.x Data Visualization(Third Edition)
- Java Web開發(fā)就該這樣學
- FFmpeg開發(fā)實戰(zhàn):從零基礎(chǔ)到短視頻上線
- Angular Design Patterns
- Learning D
- After Effects CC技術(shù)大全
- Xamarin Cross-Platform Development Cookbook
- C語言程序設(shè)計教程
- Less Web Development Cookbook