- Internet of Things with ESP8266
- Marco Schwartz
- 182字
- 2021-07-14 10:58:51
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
void loop() { Serial.print("Connecting to "); Serial.println(host); // Use WiFiClient class to create TCP connections WiFiClient client; const int httpPort = 80; if (!client.connect(host, httpPort)) { Serial.println("connection failed"); return; }
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: "Open Boards Manager from the Tools | Board menu and install the esp8266 platform, as shown."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Java程序設計與開發
- Google Flutter Mobile Development Quick Start Guide
- Learning ArcGIS Pro 2
- Mastering Spring MVC 4
- .NET 4.0面向對象編程漫談:基礎篇
- Building Cross-Platform Desktop Applications with Electron
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- 精通Linux(第2版)
- Serverless computing in Azure with .NET
- Mastering ArcGIS Enterprise Administration
- 案例式C語言程序設計實驗指導
- QPanda量子計算編程
- 寫給大家看的Midjourney設計書
- Hacking Android
- Android移動應用項目化教程