Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Adafruit_GFX PinDetect_KL25Z PreampTDA7419 mbed
Diff: main.cpp
- Revision:
- 5:28533591b528
- Parent:
- 4:46da1eff72bf
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"