Koncentrator

Dependencies:   SX127x mbed-rtos mbed

Revision:
0:dd55179403eb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fun.h	Wed Jun 03 13:50:55 2015 +0000
@@ -0,0 +1,8 @@
+#ifndef __FUN_H__
+#define __FUN_H__
+
+unsigned long readCurrentTimestamp( void );
+void setCurrentTimeDate( unsigned long ts );
+void printStr(unsigned int destination, unsigned char * str, unsigned int len);
+
+#endif
\ No newline at end of file