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

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: "It can be turned on by doing shell access to BeagleBone and executing command sudo ifconfig usb0 up."

A block of code is set as follows:

var b = require('bonescript');
var state = b.HIGH;

b.pinMode("USR3", b.OUTPUT);
b.digitalWrite("USR3", state);

setInterval(blink,1000);

function blink()
{
  if(state == b.LOW)
    state = b.HIGH;
  else
    state = b.LOW;
  b.digitalWrite("USR3", state);
}

Any command-line input or output is written as follows:

sudo dd if=<image_file_path> of=/dev/sdx bs=1M ; sync

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: "You can stop the loop by clicking on the red Stop button in Cloud9."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 台东市| 田林县| 宜黄县| 南宁市| 阜新| 兴山县| 丰台区| 柘荣县| 九龙坡区| 文安县| 昌邑市| 聂荣县| 通道| 巴林右旗| 米易县| 屏东县| 山阳县| 温宿县| 宁河县| 灌南县| 濮阳县| 东平县| 阿拉善左旗| 弋阳县| 江西省| 长岭县| 丹棱县| 广州市| 晋江市| 通河县| 酒泉市| 张家界市| 股票| 子洲县| 广德县| 阿克| 沁阳市| 行唐县| 博白县| 大港区| 天门市|