Versão limpa em 04/09/2014. Telnet funcionando.

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
0:66d8bd1f9d4c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Functions/limites.h	Thu Sep 04 19:40:18 2014 +0000
@@ -0,0 +1,23 @@
+/*
+ * limites.h
+ *
+ *  Created on: 20/07/2014
+ *      Author: rebonatto
+ */
+
+#ifndef LIMITES_H_
+#define LIMITES_H_
+
+#include <stdio.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void DisplayRAMBanks(void);
+
+#ifdef __cplusplus
+};
+#endif
+
+#endif /* LIMITES_H_ */
\ No newline at end of file