News_Reader

Dependencies:   FatFileSystem HTTPClient NetServices RPG SDFileSystem TextLCD mbed spxml

Fork of Arduino_MP3_Shield_MP3Player_UI by Matthew Petersen

Revision:
1:0014879fa94f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fetch.h	Wed Mar 06 00:36:15 2013 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+#include "VS1002.h"
+#include "TextLCD.h"
+#include "RPG.h"
+#include "EthernetNetIf.h"
+#include "HTTPClient.h"
+#include "SDFileSystem.h"
+
+#include <string>
+#include <iostream>
+
+void fetch ();
\ No newline at end of file