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_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more
Fork of SX1276Lib by
Diff: Arduino-mbed-APIs/arduino-util.h
- Revision:
- 75:7330dd86cdea
- Parent:
- 74:66223d437a25
diff -r 66223d437a25 -r 7330dd86cdea Arduino-mbed-APIs/arduino-util.h --- a/Arduino-mbed-APIs/arduino-util.h Sun Jul 23 18:04:39 2017 +0200 +++ b/Arduino-mbed-APIs/arduino-util.h Wed Jul 26 15:18:35 2017 +0200 @@ -1,13 +1,14 @@ -#ifdef ARDUINO -#ifndef __ARDUINO_UTIL_H__ -#define __ARDUINO_UTIL_H__ - /* * The file is Licensed under the Apache License, Version 2.0 * (c) 2017 Helmut Tschemernjak * 30826 Garbsen (Hannover) Germany */ +#ifdef ARDUINO +#ifndef __ARDUINO_UTIL_H__ +#define __ARDUINO_UTIL_H__ + + extern void dprintf(const char *format, ...); extern void dump(const char *title, const void *data, int len);

