Matt Shilling / Mbed 2 deprecated Waveform_Generator

Dependencies:   SLCD TSI mbed

Revision:
1:36dabc12aa01
Parent:
0:fb56047b523f
Child:
2:15b40c0f648c
diff -r fb56047b523f -r 36dabc12aa01 main.cpp
--- a/main.cpp	Thu Sep 29 21:58:33 2016 +0000
+++ b/main.cpp	Thu Sep 29 22:24:25 2016 +0000
@@ -1,16 +1,10 @@
 //***************************************************************
 //  Function Generator - main entry and sole source file for an
 //   MBED based function generator.  The program will output
-//   waveforms sinewave, squarewave, sawtooth, and flat DC on the
-//   MBED analog out pin (P18).  The joystick buttons are used 
-//   to control the period and amplitude of the output waveforms.
-//   This is because the pots are a little too unstable to be read
-//   out in a tight update loop for the waveforms.  The exception
-//   is the DC output.  That uses the pot as it doesn't need a tight
-//   loop.
+//   waveforms sinewave, squarewave, sawtooth.
 //
-//   Author:  Terry Richards
-//   Date:    5/29/2014
+//   Author:  Matt Shilling & Terry Richards
+//   Date:    9/29/2016
 //
 #include "mbed.h"
 #include "SLCD.h"