- IoT Projects with Bluetooth Low Energy
- Madhur Bhargava
- 200字
- 2021-07-02 18:36:40
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, folder names, filenames, and file extensions are shown as follows:
"Double-click on the downloaded .dmg file and in the shown dialog, copy the Android Studio executable to the Applications directory."
A block of code is set as follows:
private void initialiseBluetooth() {
bluetoothManager =
(BluetoothManager)getSystemService
(Context.BLUETOOTH_SERVICE);
bluetoothAdapter = bluetoothManager.getAdapter();
bluetoothLeScanner = bluetoothAdapter.getBluetoothLeScanner();
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
bluetoothAdapter = bluetoothManager.getAdapter();
bluetoothLeScanner = bluetoothAdapter.getBluetoothLeScanner();
Any command-line, (including commands at the R console) input or output is written as follows:
$ npm install --save eddystone-beacon
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Clicking the Next button moves you to the next screen."
- Implementing VMware Horizon 7(Second Edition)
- 程序員面試筆試寶典(第3版)
- Objective-C Memory Management Essentials
- 深入淺出Prometheus:原理、應(yīng)用、源碼與拓展詳解
- Spring Cloud、Nginx高并發(fā)核心編程
- 零基礎(chǔ)學(xué)MQL:基于EA的自動(dòng)化交易編程
- 面向?qū)ο蟪绦蛟O(shè)計(jì)(Java版)
- SQL Server 2012數(shù)據(jù)庫(kù)管理與開發(fā)項(xiàng)目教程
- RabbitMQ Cookbook
- C++寶典
- .NET 4.5 Parallel Extensions Cookbook
- Python數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南(全彩)
- Hadoop大數(shù)據(jù)分析技術(shù)
- Java 9 Programming By Example
- Natural Language Processing with Python Quick Start Guide