]> git.piffa.net Git - arduino/blob - books/pdummies/README.txt
first commit
[arduino] / books / pdummies / README.txt
1 Arduino Projects for Dummies
2 by Brock Craft 
3
4
5 Arduino Projects For Dummies - Code
6 v0.3 2/2/2015
7
8 Errata corrected:
9  * Fixed: Chapter 4 code: timeDelay changed to delayTime to be consistent with the text of the book.
10
11 v0.2 26/2/2013
12
13 Errata corrected:
14  * Fixed: Chapter 4 code syntax: timeChanged = millis(); was not within if loop brackets
15
16 -------
17 Example code from all of the chapters is in this collection of files,
18 including intermediate stages of the code for testing.
19
20 The Libraries folder contains libraries you will need for some of
21 the projects. Place each of the folders in the Libraries folders your <arduinosketchfolder>/libraries/ folder on your computer.
22 You may need to create the libraries subfolder if it's your first library. 
23 Then restart the IDE.
24
25 Additional Credits:
26 -Matrix display code adapted from oomlout.co.uk.
27 -IRremote library for the Arduino by Ken Shirriff.
28 -Adafruit GPS library written by Limor Fried/Ladyada for Adafruit Industries.  
29  BSD license, check license.txt for more information
30 -Twitter LIbrary by Markku Rossi
31 -Cosm code written by Adrian McEwen with modifications by Sam Mulube
32
33
34