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.
Fork of keyer_test_v3 by
Revision 3:dd70474b11bc, committed 2015-04-23
- Comitter:
- scohennm
- Date:
- Thu Apr 23 01:56:30 2015 +0000
- Parent:
- 2:86fa1f84db36
- Commit message:
- Test of DAC out using cap slider
Changed in this revision
analgoutv1.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/analgoutv1.cpp Tue Feb 10 21:15:22 2015 +0000 +++ b/analgoutv1.cpp Thu Apr 23 01:56:30 2015 +0000 @@ -43,12 +43,6 @@ break; } case FUTURESTATE: { - /*toneFreq = TONEMIN + scaling * TONEINT; - tonePeriod = 1.0/toneFreq; - soundOut.period(tonePeriod); - tempInt = (int)toneFreq; - sprintf (lcdData,"%4d",tempInt); - */ break; } }