|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
OR_ocn769343057 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n|---||||| |
008 |
111226t20112012caua o 001 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d YDXCP
|d OCLCQ
|d VT2
|d UAB
|d TEFOD
|d OCLCQ
|d GZM
|d OCLCA
|d OCLCQ
|d OCLCA
|d OCLCQ
|d OCLCO
|d UMI
|d CUS
|d COO
|d DEBSZ
|d TEFOD
|d OCLCQ
|d OCLCO
|d S3O
|d OCLCO
|d OCLCQ
|d OCLCO
|d C@V
|d OCLCQ
|d OCLCO
|d OCLCF
|d HCO
|d BRL
|d CEF
|d NTG
|d AU@
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 780164755
|
020 |
|
|
|a 9781449321208
|q (electronic bk.)
|
020 |
|
|
|a 1449321208
|q (electronic bk.)
|
020 |
|
|
|a 9781449321192
|q (electronic bk.)
|
020 |
|
|
|a 1449321194
|q (electronic bk.)
|
020 |
|
|
|z 9781449313876
|
020 |
|
|
|z 1449313876
|
029 |
1 |
|
|a DEBBG
|b BV040901669
|
029 |
1 |
|
|a DEBSZ
|b 378290223
|
029 |
1 |
|
|a DEBSZ
|b 381377091
|
029 |
1 |
|
|a DEBSZ
|b 431077460
|
029 |
1 |
|
|a NZ1
|b 15411766
|
029 |
1 |
|
|a AU@
|b 000062353315
|
029 |
1 |
|
|a AU@
|b 000067095760
|
035 |
|
|
|a (OCoLC)769343057
|z (OCoLC)780164755
|
037 |
|
|
|a CL0500000128
|b Safari Books Online
|
037 |
|
|
|a 2B21CEA4-839C-450F-9BD7-9F5850A322BF
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a TK232
|
082 |
0 |
4 |
|a 621.3810285536
|a 629.89
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Margolis, Michael.
|
245 |
1 |
0 |
|a Arduino cookbook /
|c Michael Margolis.
|
250 |
|
|
|a 2nd ed.
|
260 |
|
|
|a Sebastopol, CA :
|b O'Reilly,
|c 2011, ©2012.
|
300 |
|
|
|a 1 online resource (xx, 699 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
505 |
0 |
|
|a Table of Contents; Preface; Who This Book Is For; How This Book Is Organized; What Was Left Out; Code Style (About the Code); Arduino Platform Release Notes; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; Notes on the Second Edition; Chapter 1. Getting Started; 1.0 Introduction; Arduino Software; Arduino Hardware; See Also; 1.1 Installing the Integrated Development Environment (IDE); Problem; Solution; Discussion; See Also; 1.2 Setting Up the Arduino Board; Problem; Solution; Discussion; See Also.
|
505 |
8 |
|
|a 1.3 Using the Integrated Development Environment (IDE) to Prepare an Arduino SketchProblem; Solution; Discussion; See Also; 1.4 Uploading and Running the Blink Sketch; Problem; Solution; Discussion; See Also; 1.5 Creating and Saving a Sketch; Problem; Solution; Discussion; See Also; 1.6 Using Arduino; Problem; Solution; Discussion; See Also; Chapter 2. Making the Sketch Do Your Bidding; 2.0 Introduction; 2.1 Structuring an Arduino Program; Problem; Solution; Discussion; See Also; 2.2 Using Simple Primitive Types (Variables); Problem; Solution; Discussion; See Also.
|
505 |
8 |
|
|a 2.3 Using Floating-Point NumbersProblem; Solution; Discussion; See Also; 2.4 Working with Groups of Values; Problem; Solution; Discussion; See Also; 2.5 Using Arduino String Functionality; Problem; Solution; Discussion; Choosing between Arduino Strings and C character arrays; See Also; 2.6 Using C Character Strings; Problem; Solution; Discussion; See Also; 2.7 Splitting Comma-Separated Text into Groups; Problem; Solution; Discussion; See Also; 2.8 Converting a Number to a String; Problem; Solution; Discussion; 2.9 Converting a String to a Number; Problem; Solution; Discussion; See Also.
|
505 |
8 |
|
|a 2.10 Structuring Your Code into Functional BlocksProblem; Solution; Discussion; See Also; 2.11 Returning More Than One Value from a Function; Problem; Solution; Discussion; 2.12 Taking Actions Based on Conditions; Problem; Solution; Discussion; See Also; 2.13 Repeating a Sequence of Statements; Problem; Solution; Discussion; See Also; 2.14 Repeating Statements with a Counter; Problem; Solution; Discussion; See Also; 2.15 Breaking Out of Loops; Problem; Solution; Discussion; See Also; 2.16 Taking a Variety of Actions Based on a Single Variable; Problem; Solution; Discussion; See Also.
|
505 |
8 |
|
|a 2.17 Comparing Character and Numeric ValuesProblem; Solution; Discussion; See Also; 2.18 Comparing Strings; Problem; Solution; Discussion; See Also; 2.19 Performing Logical Comparisons; Problem; Solution; Discussion; 2.20 Performing Bitwise Operations; Problem; Solution; Discussion; See Also; 2.21 Combining Operations and Assignment; Problem; Solution; Discussion; See Also; Chapter 3. Using Mathematical Operators; 3.0 Introduction; 3.1 Adding, Subtracting, Multiplying, and Dividing; Problem; Solution; Discussion; See Also; 3.2 Incrementing and Decrementing Values; Problem; Solution.
|
520 |
|
|
|a Want to create devices that interact with the physical world? This cookbook is perfect for anyone who wants to experiment with the popular Arduino microcontroller and programming environment. You'll find more than 200 tips and techniques for building a variety of objects and prototypes such as toys, detectors, robots, and interactive clothing that can sense and respond to touch, sound, position, heat, and light. You don't need experience with Arduino or programming to get started. Updated for the Arduino 1.0 release, the recipes in this second edition include practical examples and guidance to.
|
588 |
0 |
|
|a Print version record.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
7 |
|a Arduino.
|2 blmlsh
|
650 |
|
0 |
|a Arduino (Programmable controller)
|
650 |
|
0 |
|a Programmable controllers.
|
650 |
|
0 |
|a Microcontrollers
|x Programming.
|
650 |
|
0 |
|a Electronics
|x Data processing.
|
650 |
|
0 |
|a Prototypes, Engineering.
|
650 |
|
6 |
|a Arduino (Automate programmable)
|
650 |
|
6 |
|a Automates programmables.
|
650 |
|
6 |
|a Microcontrôleurs
|x Programmation.
|
650 |
|
6 |
|a Électronique
|x Informatique.
|
650 |
|
6 |
|a Prototypes.
|
650 |
|
7 |
|a Arduino (Programmable controller)
|2 fast
|
650 |
|
7 |
|a Electronics
|x Data processing
|2 fast
|
650 |
|
7 |
|a Microcontrollers
|x Programming
|2 fast
|
650 |
|
7 |
|a Programmable controllers
|2 fast
|
650 |
|
7 |
|a Prototypes, Engineering
|2 fast
|
650 |
|
7 |
|a Datorprogram.
|2 sao
|
776 |
0 |
8 |
|i Print version:
|a Margolis, Michael.
|t Arduino cookbook.
|b 2nd ed.
|d Beijing ; Sebastopol, CA : O'Reilly, 2011, ©2012
|z 9781449313876
|w (OCoLC)795761279
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781449321185/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL827264
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7486360
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7298974
|
994 |
|
|
|a 92
|b IZTAP
|