- 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."
- 精通Nginx(第2版)
- Three.js開發(fā)指南:基于WebGL和HTML5在網(wǎng)頁上渲染3D圖形和動畫(原書第3版)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 大學(xué)計算機(jī)基礎(chǔ)實驗指導(dǎo)
- C#實踐教程(第2版)
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- Spring MVC+MyBatis開發(fā)從入門到項目實踐(超值版)
- 單片機(jī)原理及應(yīng)用技術(shù)
- PHP與MySQL權(quán)威指南
- INSTANT Apache ServiceMix How-to
- LabVIEW數(shù)據(jù)采集
- Modular Programming with JavaScript
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- Practical Linux Security Cookbook
- 計算機(jī)視覺實戰(zhàn):基于TensorFlow 2