comparison components/buzzer @ 290:0e5ccb343284

implement PWT buzzer driver The piece implemented here is the low-level driver component; there will also be a higher-level buzzer melody player service, to be implemented in RiViera land, that will be the sole caller of PWT API functions provided by the present driver.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Mar 2022 18:23:50 +0000
parents 4d203ef0eb4b
children
comparison
equal deleted inserted replaced
289:4d203ef0eb4b 290:0e5ccb343284
34 # Source modules 34 # Source modules
35 35
36 SRCDIR=$SRC/cs/drivers/drv_app/buzzer 36 SRCDIR=$SRC/cs/drivers/drv_app/buzzer
37 37
38 cfile_plain $SRCDIR/buzzer.c 38 cfile_plain $SRCDIR/buzzer.c
39 cfile_plain $SRCDIR/pwt.c
39 cfile_plain $SRCDIR/vibrator.c 40 cfile_plain $SRCDIR/vibrator.c