Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO-L072CZ-LRWAN1_LoRa_node EIoT_LoRa_node_1 EIoT_LoRa_node_2 EIoT_LoRa_node_3
Fork of SX1276GenericLib by
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
Generated on Thu Jul 14 2022 03:54:44 by
