LoRa node acquiring random float value and sending to LoRa Server - Working ok

Fork of SX1276GenericLib by Helmut Tschemernjak

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers arduino-util.h Source File

arduino-util.h

00001 /*
00002  * The file is Licensed under the Apache License, Version 2.0
00003  * (c) 2017 Helmut Tschemernjak
00004  * 30826 Garbsen (Hannover) Germany
00005  */
00006 
00007 #ifdef ARDUINO
00008 #ifndef __ARDUINO_UTIL_H__
00009 #define __ARDUINO_UTIL_H__
00010 
00011 
00012 extern void dprintf(const char *format, ...);
00013 
00014 extern void dump(const char *title, const void *data, int len);
00015 
00016 #endif // __ARDUINO_UTIL_H__
00017 
00018 #endif