You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Hayes 7197f66d8d
Add ir_uart_test6 to show difference between ir_uart_putc and ir_uart_putc_nocheck
12 years ago
..
beep1 Superficial tweak of Makefiles 12 years ago
beep2 Superficial tweak of Makefiles 12 years ago
bounce1 Add README files 12 years ago
bounce2 Add README files 12 years ago
bounce3 Add README files 12 years ago
bounce4 Add README files 12 years ago
bounce5 Add README files 12 years ago
chooser Add README files 12 years ago
demo1 Add README files 12 years ago
demo2 Add README files 12 years ago
fonttest1 Add README files 12 years ago
gobble1 Unify names 12 years ago
gobble2 Add other gobble programs 12 years ago
gobble4 Add gobble6 12 years ago
gobble5 Add other gobble programs 12 years ago
gobble6 Unify names 12 years ago
gobble7 Use a finite state machine 12 years ago
hello1 Add README files 12 years ago
hello2 Add README files 12 years ago
hello3 Add README files 12 years ago
hello4 Add README files 12 years ago
hello5 Rotate module dep graph 12 years ago
ir_grab1 Add README files 12 years ago
ir_grab2 Add README files 12 years ago
ir_grab3 Add README files 12 years ago
ir_serial_test1 Add README files 12 years ago
ir_serial_test2 Add README files 12 years ago
ir_serial_test3 Add README files 12 years ago
ir_spam1 Add ir_uart_test6 to show difference between ir_uart_putc and ir_uart_putc_nocheck 12 years ago
ir_uart_demo1 Superficial tweak of Makefiles 12 years ago
ir_uart_test1 Superficial tweak of Makefiles 12 years ago
ir_uart_test2 Superficial tweak of Makefiles 12 years ago
ir_uart_test3 Superficial tweak of Makefiles 12 years ago
ir_uart_test4 Superficial tweak of Makefiles 12 years ago
ir_uart_test6 Add ir_uart_test6 to show difference between ir_uart_putc and ir_uart_putc_nocheck 12 years ago
jukebox1 Superficial tweak of Makefiles 12 years ago
led0 Rotate module dep graph 12 years ago
led1 Add README files 12 years ago
led2 Add README files 12 years ago
led3 Add README files 12 years ago
led4 Add README files 12 years ago
led5 Add README files 12 years ago
ledpwm1 Superficial tweak of Makefiles 12 years ago
pacerdemo1 Add Makefile.test 12 years ago
pio1 Add .hex rule 12 years ago
pio2 Add .hex rule 12 years ago
pio3 Add .hex rule 12 years ago
pulsate1 Add version of gobble6 but using task scheduler 12 years ago
race1 Superficial tweak of Makefiles 12 years ago
random1 Superficial tweak of Makefiles 12 years ago
random2 Superficial tweak of Makefiles 12 years ago
scribble1 Rotate module dep graph 12 years ago
snake1 Superficial tweak of Makefiles 12 years ago
space9 Rotate module dep graph 12 years ago
space10 Add .hex rule 12 years ago
space11 Rotate module dep graph 12 years ago
space12 Tweak comments 12 years ago
spacey_remote1 Add .hex rule 12 years ago
squeak0 Add .hex rule 12 years ago
squeak1 Add .hex rule 12 years ago
squeak2 Add tunes 12 years ago
squeak3 Rotate module dep graph 12 years ago
squeak4 Add tunes 12 years ago
stars1 Superficial tweak of Makefiles 12 years ago
stars2 Superficial tweak of Makefiles 12 years ago
stars3 Add gobble4 12 years ago
steer1 Rotate module dep graph 12 years ago
stopwatch1 Rotate module dep graph 12 years ago
task1 Rotate module dep graph 12 years ago
task2 Rotate module dep graph 12 years ago
tdmdemo1 Add .hex rule 12 years ago
tdmdemo2 Rotate module dep graph 12 years ago
updown1 Rotate module dep graph 12 years ago
updown2 Rotate module dep graph 12 years ago
voltmeter1 Rotate module dep graph 12 years ago
README Add voltmeter1 13 years ago

README

This directory contains a number of test applications contained in

their own sub-directories. Each application has a numerical suffix.
As a rule, the larger the number the more difficult the program.

Within each sub-directory are two makefiles; one called Makefile and
the other called Makefile.test. By default when make is run it will
read Makefile.

make --- builds the application for the ATmega8
make program --- programs the application into the ATmega8 flash memory
make clean --- deletes the object and executable files


The other makefile, Makefile.test, will compile the application
natively for the PC with a test scaffold replacing the AVR dependent
modules. This allows the application to be run and debugged on a PC.

make -f Makefile.test --- builds the application for the PC
make -f Makefile.test clean --- deletes the object and executable files


tone1 Play a continuous tone (if piezo tweeter connected)
tone2 Play a louder continuous tone (if piezo tweeter connected) by driving
PIO pins in anti-phase