diff 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
line wrap: on
line diff
--- a/components/buzzer	Sat Nov 13 05:02:57 2021 +0000
+++ b/components/buzzer	Sat Mar 26 17:03:36 2022 +0000
@@ -36,3 +36,4 @@
 SRCDIR=$SRC/cs/drivers/drv_app/buzzer
 
 cfile_plain $SRCDIR/buzzer.c
+cfile_plain $SRCDIR/vibrator.c