- Building Bluetooth Low Energy Systems
- Muhammad Usama bin Aftab
- 163字
- 2021-07-09 18:24:46
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: "The next lines of code read the link and assign it to the to the BeautifulSoup function."
A block of code is set as follows:
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
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: "Select the menu bar on the left and select Configure GATT Server."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- Learning SQL Server Reporting Services 2012
- FPGA從入門到精通(實戰篇)
- Android NDK Game Development Cookbook
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- Intel FPGA/CPLD設計(高級篇)
- 精選單片機設計與制作30例(第2版)
- 嵌入式系統設計教程
- 深入淺出SSD:固態存儲核心技術、原理與實戰(第2版)
- STM32嵌入式技術應用開發全案例實踐
- 數字媒體專業英語(第2版)
- 微服務實戰
- 詳解FPGA:人工智能時代的驅動引擎
- ARM接口編程
- DevOps實戰:VMware管理員運維方法、工具及最佳實踐
- Spring Cloud微服務架構開發