Everything Example

Dependencies:   EthernetInterface mbed-rtos mbed

Fork of TCPEthernet by Artur Lachowicz

Revision:
9:b08a28f659eb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/util.h	Tue Jan 24 22:17:00 2017 +0000
@@ -0,0 +1,24 @@
+/*
+ * (c) Copyright 2012 EVRYTHNG Ltd London / Zurich
+ * www.evrythng.com
+ *
+ * --- DISCLAIMER ---
+ *
+ * EVRYTHNG provides this source code "as is" and without warranty of any kind,
+ * and hereby disclaims all express or implied warranties, including without
+ * limitation warranties of merchantability, fitness for a particular purpose,
+ * performance, accuracy, reliability, and non-infringement.
+ *
+ * Author: Michel Yerly
+ *
+ */
+#ifndef UTIL_H
+#define UTIL_H
+
+#include "mbed.h"
+
+extern Serial dbg;
+
+void sprinti64(char* dest, int64_t v, char** end);
+
+#endif
\ No newline at end of file