Library Hebergement.h

Dependents:   Nucleo_Web_ENC28J60 Nucleo_Web_ENC28J60_ADC

Revision:
1:cdb8b0e889cb
Parent:
0:d1929cbe2915
Child:
2:b71f5a2b31bc
--- a/hebergement.h	Tue Aug 18 22:22:50 2015 +0000
+++ b/hebergement.h	Tue Aug 18 22:33:46 2015 +0000
@@ -25,4 +25,7 @@
 
 const string HTTP_OK      = "HTTP/1.0 200 OK";
 const string MOVED_PERM   = "HTTP/1.0 301 Moved Permanently\r\nLocation: ";
-const string UNAUTHORIZED = "HTTP/1.0 401 Unauthorized";
\ No newline at end of file
+const string UNAUTHORIZED = "HTTP/1.0 401 Unauthorized";
+
+#define  ON   1
+#define  OFF  0
\ No newline at end of file