- Raspberry Pi Robotic Blueprints
- Richard Grimmett
- 183字
- 2021-07-09 21:23:26
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: "Type cd rrb2-1.1
—this will change the directory to the location of the files."
A block of code is set as follows:
void loop() { int dt; uint8_t logOutput=0; debug_counter++; timer_value = micros();
Any command-line input or output is written as follows:
volatile int viRobsapienCmd = -1; // A robosapien command sent over the UART request // Some but not all RS commands are defined #define RSTurnRight 0x80 #define RSRightArmUp 0x81
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: "Now click on Connect on Remote Desktop Viewer."
推薦閱讀
- Learning Neo4j
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發(fā)經(jīng)典名著)
- Python機器學習:數(shù)據(jù)分析與評分卡建模(微課版)
- 移動UI設計(微課版)
- PowerCLI Cookbook
- Mastering Articulate Storyline
- Java FX應用開發(fā)教程
- Python:Master the Art of Design Patterns
- Learn React with TypeScript 3
- Visual Basic程序設計實踐教程
- Java網(wǎng)絡編程核心技術詳解(視頻微課版)
- HoloLens與混合現(xiàn)實開發(fā)
- Go語言開發(fā)實戰(zhàn)(慕課版)
- Mastering Apache Storm
- Java程序設計實用教程(第2版)