- Wearable:Tech Projects with the Raspberry Pi Zero
- Jon Witts
- 219字
- 2021-07-02 19:46:20
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, path names, dummy URLs, user input, and Twitter handles are shown as follows: "We start a while True: loop, which will continue until we stop the program." A block of code is set as follows:
def adxlToRGB(axis):
axes = adxl345.getAxes(True)
absADXL = abs(axes[axis])
if (absADXL >= 1):
absADXL = 1
rgbADXL = int(255 * absADXL)
return rgbADXL
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
def adxlToRGB(axis):
axes = adxl345.getAxes(True)
absADXL = abs(axes[axis])
if (absADXL >= 1):
absADXL = 1
rgbADXL = int(255 * absADXL)
return rgbADXL
Any command-line input or output is written as follows:
sudo nano /lib/systemd/system/wearableHat.service
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: "Click on the blue Select image button and browse to the Jessie Lite zip archive you just downloaded"
- UI設(shè)計(jì)基礎(chǔ)培訓(xùn)教程
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- Unity Virtual Reality Projects
- Servlet/JSP深入詳解
- Implementing Cisco Networking Solutions
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- Getting Started with LLVM Core Libraries
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實(shí)戰(zhàn)
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開發(fā)入門與實(shí)戰(zhàn)
- Python入門很輕松(微課超值版)
- Arduino可穿戴設(shè)備開發(fā)
- Hadoop 2.X HDFS源碼剖析
- Oracle Database XE 11gR2 Jump Start Guide
- Mastering Unreal Engine 4.X
- Professional JavaScript