- Hands-On Embedded Programming with C++17
- Maya Posch
- 209字
- 2021-08-20 10:20:40
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The C++ class itself is implemented in C as a struct containing the class variables."
A block of code is set as follows:
class B : public A { // Private members. public: // Additional public members. };
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
class B : public A { // Private members. public: // Additional public members. };
Any command-line input or output is written as follows:
sudo usermod -a -G gpio user sudo usermod -a -G i2c user
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Compared to MCUs, SoCs are not as resource-limited, usually running a full operating system (OS) such as a Linux-derived OS, VxWorks, or QNX."
- 新型電腦主板關(guān)鍵電路維修圖冊
- 網(wǎng)絡(luò)服務(wù)器配置與管理(第3版)
- Applied Unsupervised Learning with R
- 電腦組裝與維修從入門到精通(第2版)
- 辦公通信設(shè)備維修
- 計算機(jī)應(yīng)用與維護(hù)基礎(chǔ)教程
- VMware Workstation:No Experience Necessary
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- Spring Cloud實戰(zhàn)
- 單片微機(jī)原理及應(yīng)用
- 基于S5PV210處理器的嵌入式開發(fā)完全攻略
- Service Mesh微服務(wù)架構(gòu)設(shè)計
- Arduino案例實戰(zhàn)(卷Ⅳ)
- 超炫的35個Arduino制作項目
- 新編計算機(jī)組裝與維護(hù)