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

  • Arduino Robotic Projects
  • Richard Grimmett
  • 222字
  • 2021-09-03 09:59:23

Conventions

In this book, you will find a number of styles of text 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: "Arduino will then move to the loop() function and begin executing the statements there."

A block of code is set as follows:

// Pin D7 has an LED connected on FLORA.
// give it a name:
int led = 7;
// the setup routine runs once when you press RESET:
void setup() {
  // initialize the digital pin as an output.
  pinMode(led, OUTPUT);
}
// the loop routine runs over and over again forever:
void loop() {
  digitalWrite(led, HIGH);   // turn the LED on
  delay(100);               // wait for a second
  digitalWrite(led, LOW);    // turn the LED off
  delay(1000);               // wait for a second
}

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Select the TFTDisplayText example by navigating to Examples | TFT | Arduino | TFTDisplayText."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 新营市| 北辰区| 屏东市| 贡嘎县| 柞水县| 沙坪坝区| 深水埗区| 百色市| 沈丘县| 辽宁省| 林西县| 视频| 师宗县| 开封县| 横山县| 苏尼特左旗| 临朐县| 都兰县| 寿阳县| 东平县| 易门县| 靖边县| 东乌珠穆沁旗| 永胜县| 墨江| 曲周县| 波密县| 九台市| 同江市| 拜泉县| 宿州市| 界首市| 呼玛县| 永昌县| 城口县| 宜黄县| 龙山县| 孟州市| 长春市| 临泽县| 台江县|