Car stereo control using TDA7419 for input select, audio control. Adafruit 96x64 monochrome 0.96" display to show the audio selections four buttons to control selections. Next steps: take input from the car steering wheel controls!

Dependencies:   Adafruit_GFX PinDetect_KL25Z PreampTDA7419 mbed

Files at this revision

API Documentation at this revision

Comitter:
danielashercohen
Date:
Sun Oct 26 22:56:05 2014 +0000
Parent:
4:46da1eff72bf
Commit message:
Comments improved;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 46da1eff72bf -r 28533591b528 main.cpp
--- a/main.cpp	Sun Oct 26 22:53:27 2014 +0000
+++ b/main.cpp	Sun Oct 26 22:56:05 2014 +0000
@@ -1,3 +1,16 @@
+/** Car stereo control using 
+ *  TDA7419 for input select, audio control.
+ *  Adafruit 96x64 monochrome 0.96" display to show the audio selections
+ *  four buttons to control selections.
+ *
+ *  Next steps:  take input from the car steering wheel controls!
+ *
+ * @Author: Dan Cohen
+ *
+ */
+
+
+
 #include "mbed.h"
 #include "PinDetect.h"
 #include "Adafruit_SSD1306.h"