Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arduino for Kids

You're reading from  Arduino for Kids

Product type Book
Published in Mar 2017
Publisher Packt
ISBN-13 9781785884818
Pages 218 pages
Edition 1st Edition
Languages
Concepts
Authors (2):
Rishi Gaurav Bhatnagar Rishi Gaurav Bhatnagar
Profile icon Rishi Gaurav Bhatnagar
Vijay Varada Vijay Varada
Profile icon Vijay Varada
View More author details

Table of Contents (18) Chapters

Arduino for Kids
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
1. The World around Us 2. Systems and Logic 3. Components and Connections 4. The Magic Wand 5. Hello World! 6. Safety Box 7. Make a Friend 8. Save Energy 9. High 5! 10. Plant, Meet Arduino!

Digging deep into Arduino libraries


We had discussed functions in the The working section of Chapter 6, Safety Box. If you would have thought that we will need to write our own function for getting the distance using our sensor, you would have been right, if it wasn't for, drum roll please....

Libraries!!

An Arduino library is a file that is a package of functions and declarations for other programs to use. Since we need to use the ultrasonic proximity sensor, instead of implementing the math ourselves, and writing our own functions, we can use the <Ultrasonic Distance Library>, which has the functions required to calculate and work with the distance sensor.

Downloading and installing an Arduino Library

To download and install the Arduino library, you must follow the following instructions:

  1. For this project, you may download the library from:

    http://playground.arduino.cc/Code/NewPing

  2. To install the library, put the NewPing folder in libraries.

  3. In the Arduino IDE, create a new sketch (or...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}