- 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."
- LabVIEW2018中文版 虛擬儀器程序設(shè)計(jì)自學(xué)手冊(cè)
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問(wèn)題的Java實(shí)現(xiàn)
- Python高級(jí)機(jī)器學(xué)習(xí)
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- Java程序設(shè)計(jì):原理與范例
- Linux:Embedded Development
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實(shí)踐
- 21天學(xué)通C++(第5版)
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Scala編程(第5版)
- Beginning C++ Game Programming
- Vue.js光速入門(mén)及企業(yè)項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- JQuery風(fēng)暴:完美用戶(hù)體驗(yàn)
- iOS開(kāi)發(fā)項(xiàng)目化入門(mén)教程
- SAP Web Dynpro for ABAP開(kāi)發(fā)技術(shù)詳解:基礎(chǔ)應(yīng)用