Project

General

Profile

Revision 1602

Added some test files for fixed point math.

Something definitely broke in cosine when I changed to smaller tables
(which shouldn't have sacrificed any accuracy). Need to investigate...

View differences:

Makefile
12 12

  
13 13
# com1 = serial port. Use lpt1 to connect to parallel port.
14 14
AVRDUDE_PORT = $(shell if uname -s |grep -i w32 >/dev/null; then echo 'COM4:'; else echo '/dev/ttyUSB0'; fi)
15
AVRDUDE_PORT = /dev/tty.usbserial-A4001gUV
15
AVRDUDE_PORT = /dev/ttyUSB0
16 16

  
17 17

  
18 18
else

Also available in: Unified diff