官术网_书友最值得收藏!

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"

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 东乡县| 图木舒克市| 天长市| 丰镇市| 新河县| 湖北省| 昌江| 大余县| 汽车| 鹤山市| 新竹市| 监利县| 六盘水市| 江永县| 沙河市| 祁门县| 谷城县| 昆明市| 广河县| 临湘市| 浪卡子县| 化德县| 盐源县| 营山县| 嵩明县| 临泽县| 隆尧县| 广河县| 洪雅县| 阳东县| 平江县| 宜兴市| 义马市| 长泰县| 阿拉善右旗| 龙南县| 井陉县| 涟水县| 南投县| 蓝山县| 承德县|