diff target-utils/buzplayer/melody.h @ 79:49d2684805b1

buzplayer: melody buffer implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 27 Oct 2016 04:18:38 +0000
parents
children 9092ff68e37d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/target-utils/buzplayer/melody.h	Thu Oct 27 04:18:38 2016 +0000
@@ -0,0 +1,4 @@
+struct melentry {
+	u16	tone;
+	u16	dur;
+};