Generates RTTY from a GPS receiver

Dependencies:   mbed-dsp mbed-rtos mbed

Revision:
5:dcf952c7e6b3
Parent:
4:ed77fd381cc5
--- a/main.cpp	Sat Jan 11 19:08:40 2014 +0000
+++ b/main.cpp	Sat Jan 11 19:09:46 2014 +0000
@@ -1,18 +1,18 @@
 // Author:  Andrew Wiens (adwiens.com)
 // Date:    11 Jan 2014
 //
-// =====================================
+// ==========================================================================
 // 
 // GPS2RTTY
 //
 // Using the mbed RTOS and DSP libraries, GPS2RTTY generates RTTY messages
 // containing raw NMEA sentences from a GPS receiver.
 //
-// No extra hardware is needed! Audio is generated with the mbed's built-in DAC.
+// No extra hardware needed! Audio is generated with the mbed's built-in DAC.
 //
 // GPS ---> mbed ---> Radio
 //
-// =====================================
+// ==========================================================================
 
 #include "mbed.h"
 #include "rtos.h" // mbed real time os library