- Building Smart Drones with ESP8266 and Arduino
- Syed Omar Faruk Towaha
- 139字
- 2021-06-24 18:59:53
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
Blynk.begin(auth, ssid, pass); //This will start the Blynk with proper credentials
pinMode(4, OUTPUT); //for trigger in D1
pinMode(5, INPUT); //for echo in D2
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Click on New Project, and name your project anything you want."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 錯覺:AI 如何通過數(shù)據(jù)挖掘誤導我們
- 機艙監(jiān)測與主機遙控
- MicroPython Projects
- Google App Inventor
- 機器自動化控制器原理與應用
- 80x86/Pentium微型計算機原理及應用
- 網(wǎng)絡組建與互聯(lián)
- Visual C++編程全能詞典
- CompTIA Linux+ Certification Guide
- Android游戲開發(fā)案例與關鍵技術
- 網(wǎng)絡服務搭建、配置與管理大全(Linux版)
- 數(shù)據(jù)清洗
- Kubernetes on AWS
- JSP通用范例開發(fā)金典
- Linux Administration Cookbook