This is the code for the Saturn-mod as described at

http://seb.riot.org/saturnmod/

For flashing a 16F630, you will only need the .hex-file, the rest is
the source-code needed for rebuilding it.

--------------------------------------------------------------------------------

For rebuilding, you'll need:

 * Microchip MPLAB IDE (FREE)
 * HI-TECH C Compiler, you can use the free "lite" version or the demo
	(http://www.htsoft.com/microchip/products/compilers/PICClite.php)
 
 
If you have questions, you can contact me at seb at riot dot org.

--------------------------------------------------------------------------------

Changes:

r41
 * fixed delay times, I didn't think that the "lite" version won't opmizie
   and thus get the delay times wrong :(
