- 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."
- The Android Game Developer's Handbook
- 密碼學原理與Java實現
- Rust實戰
- Learning RxJava
- PyQt從入門到精通
- Python Geospatial Development(Second Edition)
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Effective Python Penetration Testing
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- 用戶體驗增長:數字化·智能化·綠色化
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Python之光:Python編程入門與實戰
- 深入分布式緩存:從原理到實踐
- Python圖形化編程(微課版)
- UI設計全書(全彩)