- Internet of Things with Arduino Blueprints
- Pradeeka Seneviratne
- 219字
- 2021-07-09 21:37:58
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: "Copy the following index.html
file from the code folder of Chapter 5
to your computer's hard drive."
A block of code is set as follows:
// Set the picture size - you can choose one of 640x480, 320x240 or 160x120 // Remember that bigger pictures take longer to transmit! cam.setImageSize(VC0706_640x480); // biggest //cam.setImageSize(VC0706_320x240); // medium //cam.setImageSize(VC0706_160x120); // small
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
int32_t WiFiDrv::getCurrentRSSI()
{
startScanNetworks();
WAIT_FOR_SLAVE_SELECT();
// Send Command
SpiDrv::sendCmd(GET_CURR_RSSI_CMD, PARAM_NUMS_1);
Any command-line input or output is written as follows:
>python your_python_script.py
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: "Click on the Create an App link if it is not selected by default."
- Clojure Programming Cookbook
- React Native Cookbook
- Java編程指南:基礎(chǔ)知識(shí)、類庫應(yīng)用及案例設(shè)計(jì)
- Neo4j Essentials
- Java程序員面試算法寶典
- SQL Server從入門到精通(第3版)
- Protocol-Oriented Programming with Swift
- 持續(xù)輕量級(jí)Java EE開發(fā):編寫可測(cè)試的代碼
- SQL 經(jīng)典實(shí)例
- HTML+CSS+JavaScript網(wǎng)頁設(shè)計(jì)從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- 汽車人機(jī)交互界面整合設(shè)計(jì)
- Application Development with Swift
- Advanced Python Programming
- 原型設(shè)計(jì):打造成功產(chǎn)品的實(shí)用方法及實(shí)踐
- Java Web開發(fā)基礎(chǔ)與案例教程