Library for TEA5767 FM stereo radio module

Dependents:   TEA5767_RadioFM_Test_Code

Files at this revision

API Documentation at this revision

Comitter:
edodm85
Date:
Sat Oct 05 11:54:59 2013 +0000
Parent:
0:bb7cae1d62ce
Commit message:
Added header

Changed in this revision

TEA5767.h Show annotated file Show diff for this revision Revisions of this file
--- a/TEA5767.h	Thu Oct 03 19:18:11 2013 +0000
+++ b/TEA5767.h	Sat Oct 05 11:54:59 2013 +0000
@@ -1,6 +1,16 @@
+/*
+ * Author: Edoardo De Marchi
+ * Date: 05/10/13
+ * Notes: Library for TEA5767 radio module
+*/
+
 #pragma once 
 #include "mbed.h"
 
+
+/** TEA5767 class 
+ *
+ */ 
 class TEA5767
 {