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 8ff16f57b1
Add version of gobble6 but using task scheduler
12 years ago
..
beep1 Simplify 12 years ago
beep2 Add beep2 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 Add other gobble programs 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 Make monster flash 12 years ago
gobble7 Add version of gobble6 but using task scheduler 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 stars3, simialr to stars1 but a new star is created near where an old one dies 12 years ago
ir_uart_test1 Add README files 12 years ago
ir_uart_test2 Add README files 12 years ago
ir_uart_test3 Gobble echoed character 12 years ago
ir_uart_test4 Add ir_uart_test4 to show use of alternate codes to reduce IR transmission errors 12 years ago
jukebox1 Rename tune; add notes 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 Add software PWM support and test app 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
random1 Add example showing pseudorandom sequence 12 years ago
random2 Add example to show how pseudorandom sequence can be changed 12 years ago
scribble1 Rotate module dep graph 12 years ago
snake1 Rotate module dep graph 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 Add stars3, simialr to stars1 but a new star is created near where an old one dies 12 years ago
stars2 Move stars1 to stars2 and change stars1 to create twinkling 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