Peter Ferland / mtsas_lat3

Dependencies:   MTS-Cellular_lat1 MTS-Serial MTS-Socket MTS-Test MTS-Utils

Fork of mtsas by MultiTech

Files at this revision

API Documentation at this revision

Comitter:
mfiore
Date:
Tue Jun 03 14:52:40 2014 +0000
Parent:
4:7f87628688cd
Child:
6:dea276e96927
Commit message:
update sub libs; add headers from HTTPClient

Changed in this revision

MTS-Cellular.lib Show annotated file Show diff for this revision Revisions of this file
MTS-Serial.lib Show annotated file Show diff for this revision Revisions of this file
MTS-Socket.lib Show annotated file Show diff for this revision Revisions of this file
MTS-Test.lib Show annotated file Show diff for this revision Revisions of this file
MTS-Utils.lib Show annotated file Show diff for this revision Revisions of this file
mtsas.h Show annotated file Show diff for this revision Revisions of this file
--- a/MTS-Cellular.lib	Thu May 29 22:57:53 2014 +0000
+++ b/MTS-Cellular.lib	Tue Jun 03 14:52:40 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mfiore/code/MTS-Cellular/#e443e7e2b605
+http://mbed.org/teams/Multi-Hackers/code/MTS-Cellular/#614952fb3af3
--- a/MTS-Serial.lib	Thu May 29 22:57:53 2014 +0000
+++ b/MTS-Serial.lib	Tue Jun 03 14:52:40 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mfiore/code/MTS-Serial/#04ef7afd34ff
+http://mbed.org/teams/Multi-Hackers/code/MTS-Serial/#04ef7afd34ff
--- a/MTS-Socket.lib	Thu May 29 22:57:53 2014 +0000
+++ b/MTS-Socket.lib	Tue Jun 03 14:52:40 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mfiore/code/MTS-Socket/#5b31d0623028
+http://mbed.org/teams/Multi-Hackers/code/MTS-Socket/#08b474178245
--- a/MTS-Test.lib	Thu May 29 22:57:53 2014 +0000
+++ b/MTS-Test.lib	Tue Jun 03 14:52:40 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mfiore/code/MTS-Test/#9b6606b198fe
+http://mbed.org/teams/Multi-Hackers/code/MTS-Test/#d8a85e819d37
--- a/MTS-Utils.lib	Thu May 29 22:57:53 2014 +0000
+++ b/MTS-Utils.lib	Tue Jun 03 14:52:40 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mfiore/code/MTS-Utils/#d8b0dd3ad9ad
+http://mbed.org/teams/Multi-Hackers/code/MTS-Utils/#d8b0dd3ad9ad
--- a/mtsas.h	Thu May 29 22:57:53 2014 +0000
+++ b/mtsas.h	Tue Jun 03 14:52:40 2014 +0000
@@ -20,6 +20,9 @@
 #include "Socket.h"
 #include "UDPSocket.h"
 #include "TCPSocketConnection.h"
+#include "HTTPClient.h"
+#include "HTTPText.h"
+#include "HTTPMap.h"
 
 /* Utils Includes */
 #include "MTSCircularBuffer.h"