FreeCalypso > hg > freecalypso-tools
annotate target-utils/buzplayer/melody.h @ 323:886f65760d09
fc-tmsync: added pirelli-vbat-cal command to read Pirelli's ADC calibration
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 18 Dec 2017 21:00:46 +0000 |
| parents | 49d2684805b1 |
| children | 9092ff68e37d |
| 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 }; |
