Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: PS2 TSI beep2 mbed
Revision 4:0f73a5d06177, committed 2014-01-24
- Comitter:
- alexanderh
- Date:
- Fri Jan 24 10:13:23 2014 +0000
- Parent:
- 3:2cd5dfcad0e6
- Commit message:
- Doxygen docs
Changed in this revision
C64Synth.cpp | Show annotated file Show diff for this revision Revisions of this file |
keys.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2cd5dfcad0e6 -r 0f73a5d06177 C64Synth.cpp --- a/C64Synth.cpp Fri Jan 24 10:07:44 2014 +0000 +++ b/C64Synth.cpp Fri Jan 24 10:13:23 2014 +0000 @@ -1,5 +1,5 @@ -/** +/* * C64Synth uses a PS/2 keyboard to play C64 arps and simple tones. * Implemented on a FRDM KL46Z board * @@ -286,7 +286,7 @@ } } -/** -- PlayArp -- +/** * * Plays an arpeggio of the provided chord. Arp speed can be controlled by touch slider or pgup/pgdown setting. PWM duty cycle is sweeped automatically * @@ -317,7 +317,7 @@ } } -/** -- PlayNote -- +/** * * Plays a note on the provided buzzer *
diff -r 2cd5dfcad0e6 -r 0f73a5d06177 keys.h --- a/keys.h Fri Jan 24 10:07:44 2014 +0000 +++ b/keys.h Fri Jan 24 10:13:23 2014 +0000 @@ -1,3 +1,4 @@ +/** @file C64Synth.cpp */ //Modifiers