annotate target-utils/buzplayer/melody.h @ 558:a59a7f838fce

CHANGES: better explain that the newly added Am29DL640G flash support also covers S29PL064J and S71PL064J
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 29 Jan 2020 08:03:19 +0000
parents 49d2684805b1
children 9092ff68e37d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
79
49d2684805b1 buzplayer: melody buffer implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 struct melentry {
49d2684805b1 buzplayer: melody buffer implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 u16 tone;
49d2684805b1 buzplayer: melody buffer implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 u16 dur;
49d2684805b1 buzplayer: melody buffer implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 };