![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Test program using the LCD and touch pad to adjust the Analog output DAC on the KL46Z Port PTE30
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; } }