Project

General

Profile

Revision 109

Wireless library now uses the same code for timers on mac and linux.

View differences:

Makefile
211 211
AVRDUDE_PROGRAMMER = avrisp
212 212

  
213 213
# com1 = serial port. Use lpt1 to connect to parallel port.
214
AVRDUDE_PORT = /dev/ttyUSB1
214
AVRDUDE_PORT = /dev/ttyUSB0
215 215
# programmer connected to serial device
216 216

  
217 217
AVRDUDE_WRITE_FLASH = -b 57600 -U flash:w:$(TARGET).hex

Also available in: Unified diff