Koncentrator

Dependencies:   SX127x mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers fun.h Source File

fun.h

00001 #ifndef __FUN_H__
00002 #define __FUN_H__
00003 
00004 unsigned long readCurrentTimestamp( void );
00005 void setCurrentTimeDate( unsigned long ts );
00006 void printStr(unsigned int destination, unsigned char * str, unsigned int len);
00007 
00008 #endif