dropbox access

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Fork of SimpleDropbox by wolf SSL

Revision:
2:3b43fb225342
Parent:
0:b20eee676480
--- a/dropbox.cpp	Mon Dec 08 12:06:03 2014 +0000
+++ b/dropbox.cpp	Wed Jul 22 08:30:52 2015 +0000
@@ -1,24 +1,19 @@
+// dropbox.cpp
 /* dropbox.c
- *
  * Copyright (C) 2006-2014 wolfSSL Inc.
- *
  * This file is part of CyaSSL.
- *
  * CyaSSL is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- *
  * CyaSSL is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  */
-
 #include "mbed.h"
 #include "EthernetInterface.h"
 #include "HTTPClient.h"
@@ -52,3 +47,9 @@
     }
     return HTTP_OK ;
 }
+ 
+ 
+
+
+
+