Test program using the LCD and touch pad to adjust the Analog output DAC on the KL46Z Port PTE30

Dependencies:   SLCD TSI mbed

Fork of keyer_test_v3 by Stanley Cohen

Files at this revision

API Documentation at this revision

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;
         }
     }