comparison 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
comparison
equal deleted inserted replaced
78:e3d40f49d8c4 79:49d2684805b1
1 struct melentry {
2 u16 tone;
3 u16 dur;
4 };