view 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 source

struct melentry {
	u16	tone;
	u16	dur;
};