Add beep/led support.
authorKeith Packard <keithp@keithp.com>
Mon, 13 Apr 2009 06:53:55 +0000 (23:53 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 13 Apr 2009 06:53:55 +0000 (23:53 -0700)
commitf3f25a1cec7d2a034aa544569cfd23bea1a996c5
tree4b39836787404bdd331f9192c5256fc8031f67cf
parente14f07bfdb8824fc7ed6df1129c66ee39ffd6d54
Add beep/led support.

Support our P2_0 connected buzzer, and formalize LED output support.

Signed-off-by: Keith Packard <keithp@keithp.com>
.gitignore
Makefile
ao.h
ao_adc.c
ao_beep.c [new file with mode: 0644]
ao_led.c [new file with mode: 0644]
ao_task.c
ao_test.c