Hogwarts Wand Docs: ../sw/chip.inc

Wand Sourcecode: ../sw/chip.inc

;
;#@DOC@ sets which kind of Microchip PIC chip we are using
;
;
; Copyright (C) 2006  Nathan (Acorn) Pooley
; 
; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License
; version 2 as published by the Free Software Foundation.
; 
; 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 (gpl.txt) for more details. 
; 
; You should have received a copy of the GNU General Public License
; along with this program; if not, write to the Free Software
; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
; 
; You can contact the author, Nathan (Acorn) Pooley, by writing
; to Nathan (Acorn) Pooley, 949 Buckeye Drive, Sunnyvale, CA  94086, USA
; or through the form at http://www.rawbw.com/~acorn/wand/feedback.html
; 
;

;
; chip.inc - select which chip to use
;

;#define    KK_CHIP     18252
;#define    KK_CHIP     182525
#define     KK_CHIP     182620
;#define    KK_CHIP     182680



;
; Select which hardware version to use
;
;  1 = initial prototype wand
;  2 = PCB 
;
#define HW_VERSION  2


#if HW_VERSION==1
#include "wiohw1.inc"
#else
#if HW_VERSION==2
#include "wiohw2.inc"
#endif
#endif

This file Copyright (C) 2006 by Nathan (Acorn) Pooley
Go to TOP Wand page
Go to Acorn's personal webpage
Go to Hogwarts website: www.gotohogwarts.com
Snout: www.snout.org/game
Gadgets of Justice Unlimited
Snout GC (Wiki)
Snout Wiki
File created by do_doc at Wed May 30 03:21:42 PDT 2007