Project

General

Profile

Revision 86196a57

ID86196a578fb20e8ae3e35f8d88294ed67aa374d0

Added by Thomas Mullins about 12 years ago

Tested the forklift and tuned the PI a little

View differences:

forklift/code/Makefile
11 11
	avr-gcc -mmcu=atmega168 -DF_CPU=8000000L $(SRC) -o forklift.elf -Os
12 12

  
13 13
download: forklift.hex
14
	avrdude -c avrispmkII -p m128 -P usb -B 1 -U flash:w:forklift.hex
14
	avrdude -c avrispmkII -p m168 -P usb -B 1 -U flash:w:forklift.hex
15 15

  
16 16
clean:
17 17
	rm -f forklift.elf forklift.hex

Also available in: Unified diff