Читать книгу Microcontroller Prototypes with Arduino and a 3D Printer - Dimosthenis E. Bolanakis - Страница 3

List of Tables

Оглавление

1 SyllabusTable P.1 Recommended syllabus (description of example codes of each lesson).Table P.2 Arduino‐specific (i.e. non‐C) functions used by the book examples.Table P.3 Arduino‐original, third‐party, and custom‐designed libraries.Table P.4 Custom‐designed software running on the host PC.

2 Chapter 2Table 2.1 Prevailing numeral systems in μC programming and Arduino representa...Table 2.2 ASCIIprintable and control characters.Table 2.3 BCD encoding (nibble and byte representation).Table 2.4 Arduino/C common language reference.Table 2.5 Elementary flowchart symbols.Table 2.6 Unary increment operator applied to pointers.Table 2.7 Bitwise AND (&), OR (|), and XOR (^) of two bits (Truth table).

3 Chapter 3Table 3.1 SPI modes of operation (Truth table).Table 3.2 BME280 registers used by the code examples.

4 Chapter 4Table 4.1 Setting registers “ctrl_meas” (0 × F4) and “config” (0 × F5).Table 4.2 Specs of Teensy 3.2 (32‐bit μC) and the Arduino Uno (8‐bit μC) deve...Table 4.3 BNO055 registers used by the book examples.Table 4.4 Data representation ofEuler angles and Linear Acceleration/Gravity ...Table 4.5 Specs of TinyZero and Teensy 32‐bit μC development boards.Table 4.6 Specs of Micro:Bit, TinyZero and Teensy 32‐bit μC development board...

5 Chapter 5Table 5.1 BOM of the tinkered RC car project.Table 5.2 BOM of the prototype interactive game.

Microcontroller Prototypes with Arduino and a 3D Printer

Подняться наверх