Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.39 KB

File metadata and controls

25 lines (22 loc) · 2.39 KB

Exploring Arduino: First Edition, Chapter 11

The code in this folder is for Chapter 11 of the FIRST EDITION of "Exploring Arduino"
https://www.exploringarduino.com/content1/ch11

  • Listing 11-1: Arduino Code to send Data to the Computer /pot_to_processing/arduino_read_pot
  • Listing 11-2: Processing Code to Read Data and Change Color on the Screen /pot_to_processing/processing_display_color
  • Listing 11-3: RGB LED Control via Serial /processing_control_RGB/list_control
  • Listing 11-4: Processing Sketch to Set Arduino RGB Colors /processing_control_RGB/processing_control_RGB
  • Listing 11-5: Doorbell Transmitter /doorbell/transmitting_arduino
  • Listing 11-6: Doorbell Receiver /doorbell/receiving_arduino

Open Source License

  • All Code Copyright 2013 Jeremy E. Blum, Blum Idea Labs, LLC.
  • This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
  • This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  • A copy of the GNU General Public License is included along with this software. It can also be found here.

Sharing

Under the GNU GPL, 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). Its use and modifcation are permitted under the terms of the GNU GPL.
  • 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 social media 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.