- 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."
- FuelPHP Application Development Blueprints
- Building a RESTful Web Service with Spring
- 少年輕松趣編程:用Scratch創作自己的小游戲
- 軟件架構:Python語言實現
- jQuery開發基礎教程
- 從零開始學C語言
- 零基礎趣學C語言
- MongoDB,Express,Angular,and Node.js Fundamentals
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Python+Tableau數據可視化之美
- Scratch3.0趣味編程動手玩:比賽訓練營
- 3ds Max印象 電視欄目包裝動畫與特效制作
- Python程序設計教程
- Hands-On Dependency Injection in Go
- Java并發實現原理:JDK源碼剖析