Koncentrator

Dependencies:   SX127x mbed-rtos mbed

fun.h

Committer:
MrSteel
Date:
2015-06-03
Revision:
0:dd55179403eb

File content as of revision 0:dd55179403eb:

#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