- 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.
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- 自己動手寫搜索引擎
- 數據庫原理及應用(Access版)第3版
- Photoshop智能手機APP UI設計之道
- Python零基礎快樂學習之旅(K12實戰訓練)
- Full-Stack Vue.js 2 and Laravel 5
- 程序是怎樣跑起來的(第3版)
- Spring+Spring MVC+MyBatis整合開發實戰
- SQL基礎教程(第2版)
- AIRIOT物聯網平臺開發框架應用與實戰
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Go Systems Programming
- Visual C#(學習筆記)
- PHP典型模塊與項目實戰大全
- Visual Basic程序設計