Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kisom/sketchbook

Arduino sketches.
https://github.com/kisom/sketchbook

Last synced: 18 days ago
JSON representation

Arduino sketches.

Awesome Lists containing this project

README

        

## sketchbook

This is a collection of my Arduino sketches and libraries. It will
contain any libraries I use, as well as libraries of my own -- check
the library for a README and LICENSE in such cases.

Unless otherwise noted in the sketch, each sketch is released under the
ISC license. The full ISC license may be found at the end of this file,
or in the LICENSE file.

### Sketches
- asteroids: gameduino asteroids game (via the Gameduino site).
- counter: attempt at using the Gameduino to print text to
the screen using the cp437 font.
- cp437: basic cp437 demo (see also libraries/cp437).
- k6502: an attempt at building a 6502 emulator on the Arduino.
- manicminer: gameduino manicminer clone (via Gameduino site).
- memtest: a test sketch for testing memory issues I ran into
with the k6502 sketch.
- nand: a sketch to test a breadboarded RTL NAND gate.

### LICENSE

Copyright (c) 2014 Kyle Isom

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.