FreeCalypso > hg > fc-tourmaline
comparison components/buzzer @ 289:4d203ef0eb4b
implement vibrator on/off control driver
The piece implemented here is just the HW on/off driver; on top of
this driver there will be a VIBR service (to be implemented in RiViera
land) that will implement vibration pulse trains.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 26 Mar 2022 17:03:36 +0000 |
| parents | 598958aec071 |
| children | 0e5ccb343284 |
comparison
equal
deleted
inserted
replaced
| 288:25d3ee009d19 | 289:4d203ef0eb4b |
|---|---|
| 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/vibrator.c |
