Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Chapter 13

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Exploring Arduino: Second Edition, Chapter 13

The code in this folder is for Chapter 13 of the SECOND EDITION of Exploring Arduino

Listing Sketch/Code Description Folder Name
13-1 Hardware interrupts for multitasking /hw_multitask
13-2 Simple timer tnterrupt blink test /timer1
13-3 Sound machine code /fun_with_sound

Open Source License

  • All code Copyright 2019 Jeremy E. Blum, Blum Idea Labs, LLC. unless otherwise stated.
  • These programs are free software: you can redistribute them and/or modify them under the terms of the MIT License.
  • These programs are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY.
  • A copy of the MIT License is available from: https://github.com/sciguy14/Exploring-Arduino-2nd-Edition/blob/master/LICENSE.md.

Sharing

Under the MIT Open Source License, you are free to do whatever you want with this provided code. However, I'd really appreciate it if you could do the following things when re-using any code that I have released for this book:

  • Provide attribution at the top of your code, like this: This code adapted from code by Jeremy Blum (jeremyblum.com), for his book: "Exploring Arduino" (exploringarduino.com)
  • If you make something awesome with the help of this book and/or my code examples, I'd love to hear about it! Post it on twitter or instagram with the hashtag: #ExploringArduino.
  • Share! If you make something awesome, please consider releasing it as an open source project so other people can learn from what you've done.