News_Reader

Dependencies:   FatFileSystem HTTPClient NetServices RPG SDFileSystem TextLCD mbed spxml

Fork of Arduino_MP3_Shield_MP3Player_UI by Matthew Petersen

Committer:
cwang365
Date:
Wed Mar 06 00:37:29 2013 +0000
Revision:
2:447591cbba27
Parent:
1:0014879fa94f
lab3_news_reader

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cwang365 1:0014879fa94f 1 #include "mbed.h"
cwang365 1:0014879fa94f 2 #include "VS1002.h"
cwang365 1:0014879fa94f 3 #include "TextLCD.h"
cwang365 1:0014879fa94f 4 #include "RPG.h"
cwang365 1:0014879fa94f 5 #include "EthernetNetIf.h"
cwang365 1:0014879fa94f 6 #include "HTTPClient.h"
cwang365 1:0014879fa94f 7 #include "SDFileSystem.h"
cwang365 1:0014879fa94f 8
cwang365 1:0014879fa94f 9 #include <string>
cwang365 1:0014879fa94f 10 #include <iostream>
cwang365 1:0014879fa94f 11
cwang365 1:0014879fa94f 12 void fetch ();