All Projects → sciguy14 → Exploring Arduino 1st Edition

sciguy14 / Exploring Arduino 1st Edition

Licence: gpl-3.0
Companion Code for the 1st Edition of "Exploring Arduino," the book by Jeremy Blum

Projects that are alternatives of or similar to Exploring Arduino 1st Edition

Make
📖📖📖📖📖 写给软件工程师看的硬件编程指南
Stars: ✭ 170 (+78.95%)
Mutual labels:  arduino, book
Novelreader
仿照"任阅"的追书、看书的小说阅读器。重写"任阅"的代码,优化代码逻辑和代码结构,降低内存使用率。重写小说阅读器,支持网络阅读、本地阅读(支持分章,虚拟分章)。支持仿真翻页、上下滚动翻页等翻页效果。支持小说断点续传功能。优化用户使用体验。
Stars: ✭ 1,325 (+1294.74%)
Mutual labels:  book
Ol3d
A tiny portable 3D graphics lib for micro controllers
Stars: ✭ 90 (-5.26%)
Mutual labels:  arduino
Lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Stars: ✭ 92 (-3.16%)
Mutual labels:  arduino
Calculonumerico
Escrita colaborativa de recursos educacionais abertos sobre cálculo numérico.
Stars: ✭ 90 (-5.26%)
Mutual labels:  book
Arduino Amiibo Tools
Arduino sketches to play with amiibo
Stars: ✭ 93 (-2.11%)
Mutual labels:  arduino
Writing It Books
프로그래머의 책쓰기: 나도 IT 책 잘 쓰면 소원이 없겠네!
Stars: ✭ 90 (-5.26%)
Mutual labels:  book
Esp8266button
An IoT Button using an Adafruit Huzzah or SparkFun Thing, push button and IFTTT
Stars: ✭ 95 (+0%)
Mutual labels:  arduino
Css Animations Pocket Guide
A pocket guide to get started writing CSS Animations. ✨
Stars: ✭ 94 (-1.05%)
Mutual labels:  book
Ui React
📖 U&I with React — UI components for you & I
Stars: ✭ 91 (-4.21%)
Mutual labels:  book
Nrf24 Esk8 Remote
A remote used to control an electric skateboard
Stars: ✭ 91 (-4.21%)
Mutual labels:  arduino
Sketchbook starter kit v2.0
Stars: ✭ 90 (-5.26%)
Mutual labels:  arduino
Arduinogameboy
Arduino based Game Boy cartridge reader and writer. It can dump ROM and RAM to SD card.
Stars: ✭ 93 (-2.11%)
Mutual labels:  arduino
Timeframe
Get your own time portal on your desk!
Stars: ✭ 90 (-5.26%)
Mutual labels:  arduino
Knx
knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
Stars: ✭ 94 (-1.05%)
Mutual labels:  arduino
Pixelbot
Stars: ✭ 90 (-5.26%)
Mutual labels:  arduino
Gobooks
List of Golang books
Stars: ✭ 10,510 (+10963.16%)
Mutual labels:  book
Hpmor
A set of covers for "Harry Potter and the Methods of Rationality".
Stars: ✭ 92 (-3.16%)
Mutual labels:  book
Teensyterpreter
A Teensy script to open up a reverse TCP shell on Windows machines in as little time as possible.
Stars: ✭ 95 (+0%)
Mutual labels:  arduino
Hellodrum Arduino Library
This is a library for making E-Drum with arduino.
Stars: ✭ 95 (+0%)
Mutual labels:  arduino

Exploring Arduino: 1st Edition

These are the code files that accompany the 1st Edition of the Exploring Arduino book by Jeremy Blum

These are the most up-to-date versions of the code examples provided within the 1st Edition book. If you have the 2nd Edition of the book, please visit the 2nd Edition GitHub Repo.

All of the code within the book is tested and confirmed to work with the provided example scenarios. However, I may choose to make improvements or adjustments to the code over time. When I make changes, they will always be available for download here. Futhermore, changes that I commit to this GitHub repository will automatically be zipped and pushed to the Exploring Arduino Website. For those unfamiliar with GitHub or git version control, I recommend that you visit the Exploring Arduino Website to download zip files containing the code for each chapter in this book.

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].