Subversion Repositories group.NITPanels

Rev

Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 20
Line 5... Line 5...
5
# Tabsize: 4
5
# Tabsize: 4
6
# Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
6
# Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
7
# License: GPLv2.
7
# License: GPLv2.
8
# This Revision: $Id$
8
# This Revision: $Id$
9
 
9
 
10
DEVICE=atmega328p
10
DEVICE=atmega168
11
F_CPU=20000000
11
F_CPU=20000000
12
HID_SIZE=44
12
HID_SIZE=44
13
 
13
 
14
AVRDUDE = avrdude -c avrispmkii -P usb -p $(DEVICE)
14
AVRDUDE = avrdude -c avrispmkii -P usb -p $(DEVICE)
15
# The two lines above are for "avrdude" and the STK500 programmer connected
15
# The two lines above are for "avrdude" and the STK500 programmer connected