Beginning Arduino Programming (Paperback)

Brian Evans

  • 出版商: Apress
  • 出版日期: 2011-10-11
  • 售價: $1,980
  • 貴賓價: 9.5$1,881
  • 語言: 英文
  • 頁數: 272
  • 裝訂: Paperback
  • ISBN: 1430237775
  • ISBN-13: 9781430237778
  • 相關分類: Arduino
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Beginning Arduino Programming provides a clear introduction to writing Arduino code, building your skills with Arduino through a series of well-designed hardware and software building blocks. Once you have read this book, you'll be ready to program Arduino in exactly the ways you want for your future projects.

Beginning Arduino Programming lets you discover new journeys with your Arduino board through programming. While everyone knows that Arduino is a platform for hardware hackers—be they engineers, artist or maker-enthusiasts—your Arduino board cannot function without code. This book will show you the fundamentals of programming and how to program your Arduino board to do the things you want it to do.

You'll learn from first principles the core Arduino programming language, examining how to program loops, variables, arrays, and functions. While these features are common to many languages, you'll also learn how they are used specifically for Arduino. Beginning Arduino Programming uses the sketching analogy, which means you'll find yourself writing snippets of code that do interesting things very quickly. You'll also learn how to code in a good, succinct Arduino style that other programmers will respect.

 
As you read Beginning Arduino Programming, you'll learn how to make your Arduino code talk directly to the chips and sensors on your boards, taking into account pulse width, timing and sensor characteristics, all under your control. You'll then be ready to discover the joys of the existing Arduino open source libraries, so you can benefit from the code that other people have already created, and even think about sharing your own Arduino code projects in the future.

 

What you’ll learn

  • Start programming quickly with Arduino sketches
  • Get up to speed with the Arduino programming language
  • Write code that interacts with devices such as sensors and motors
  • How to code around pulse widths, timing and sensor characteristics
  • Work with time delays in your Arduino coding projects
  • Write your own, new Arduino functions
  • Write concise and well-written code that other programmers will respect
  • Use existing Arduino libraries, and create new ones!

Who this book is for

This book is for all Arduino board users who want to learn to program the Arduino board, regardless of hardware version or which devices are connected to the board. You do not need to have programmed before, but if you have, then you'll learn how to apply core coding features in the Arduino context.

Table of Contents

  1. Getting Started
  2. Sketching in Code
  3. Working With Variables
  4. Making Decisions
  5. Digital Ins and Outs
  6. Analog in, Analog out
  7. Functions, Time, and Interrupts
  8. Arrays for Arduino
  9. Writing New Functions for Arduino
  10. Arduino Libraries
  11. Arduino Hardware 10
  12. Where to Go from Here?
  13. Appendix A: Common Circuits
  14. Appendix B: Arduino Math