- Intelligent IoT Projects in 7 Days
- Agus Kurniawan
- 182字
- 2021-07-02 18:25:49
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: "In the loop() function, we read the value of the distance from the sensor and then display it on the serial port."
A block of code is set as follows:
void loop() {
int val;
val = analogRead(A0);
Serial.print("Soil moisture: ");
Serial.print(val);
delay(3000);
}
Any command-line input or output is written as follows:
$ sudo apt-get update $ sudo raspi-config
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: "Go to Sketch | Include Library | Manage Libraries and you will get a dialog."
- Python從小白到大牛
- 新手學Visual C# 2008程序設計
- Python程序設計案例教程
- Visual C++數字圖像處理技術詳解
- 算法訓練營:提高篇(全彩版)
- Salesforce Reporting and Dashboards
- Kubernetes源碼剖析
- HTML+CSS+JavaScript編程入門指南(全2冊)
- 工業機器人離線編程
- Android嵌入式系統程序開發(基于Cortex-A8)
- Learning ECMAScript 6
- Learning D3.js 5 Mapping(Second Edition)
- Python程序設計現代方法
- Android Application Programming with OpenCV 3
- Learning Predictive Analytics with R