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
Arduino-mbed-APIs/arduino-util.h
- Committer:
- Helmut Tschemernjak
- Date:
- 2017-07-26
- Revision:
- 75:7330dd86cdea
- Parent:
- 74:66223d437a25
File content as of revision 75:7330dd86cdea:
/*
* 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);
#endif // __ARDUINO_UTIL_H__
#endif

