Skip to content

Warning One Million Ohms -- Software: Amuse your friends and confuse your enemies! Keep the uninititated away from your desk or out of your lab!

Notifications You must be signed in to change notification settings

pedroliska/millionOhms_SW

 
 

Repository files navigation

Million Ohms Project Software
Jack Christensen
V2 23Jul2013

The source files included here are suitable for use with WinAVR.  Hex files for
ATtiny85 and ATtiny45 are also included.  This project can also be built using
the Arduino IDE.

To use the Arduino IDE, first install the Arduino-Tiny core from
http://code.google.com/p/arduino-tiny/.  Next install the Button library from
http://github.com/JChristensen/Button.  Then start a new sketch in the Arduino
IDE and copy the contents of the millionOhms.cpp file into it.  From the
Tools > Board menu, select ATtiny85 @ 1MHz or ATtiny45 @ 1MHz, and compile as
usual.

This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
Unported License. To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

About

Warning One Million Ohms -- Software: Amuse your friends and confuse your enemies! Keep the uninititated away from your desk or out of your lab!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.3%
  • Makefile 39.7%