Test Code for TEA5767 radio module

Dependencies:   MODSERIAL TEA5767 mbed

Files at this revision

API Documentation at this revision

Comitter:
edodm85
Date:
Sat Oct 05 11:42:53 2013 +0000
Parent:
1:6ad6d1d3bbdf
Child:
3:7371a6837350
Commit message:
Added header

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Oct 03 19:33:33 2013 +0000
+++ b/main.cpp	Sat Oct 05 11:42:53 2013 +0000
@@ -1,6 +1,10 @@
-#include "main.h"
+/*
+ * Author: Edoardo De Marchi
+ * Date: 05/10/13
+ * Notes: Test code for TEA5767 radio module
+*/
 
-
+#include "main.h"
 
 void rxCallback(MODSERIAL_IRQ_INFO *q) 
 {
@@ -44,7 +48,7 @@
 }
 
 
-// US/EUROPE 87.5-108MHz   JAPANESE 76-91MHz
+// US-EUROPE 87.5-108MHz   JAPANESE 76-91MHz
 float i = 0.2;
 void parse_cmd()
 {