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

Revision:
5:28533591b528
Parent:
4:46da1eff72bf
--- 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"