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@74:66223d437a25, 2017-07-23 (annotated)
- Committer:
- Helmut Tschemernjak
- Date:
- Sun Jul 23 18:04:39 2017 +0200
- Revision:
- 74:66223d437a25
- Child:
- 75:7330dd86cdea
added dprintf and dump helpers for Arduino
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Helmut Tschemernjak | 74:66223d437a25 | 1 | #ifdef ARDUINO |
| Helmut Tschemernjak | 74:66223d437a25 | 2 | #ifndef __ARDUINO_UTIL_H__ |
| Helmut Tschemernjak | 74:66223d437a25 | 3 | #define __ARDUINO_UTIL_H__ |
| Helmut Tschemernjak | 74:66223d437a25 | 4 | |
| Helmut Tschemernjak | 74:66223d437a25 | 5 | /* |
| Helmut Tschemernjak | 74:66223d437a25 | 6 | * The file is Licensed under the Apache License, Version 2.0 |
| Helmut Tschemernjak | 74:66223d437a25 | 7 | * (c) 2017 Helmut Tschemernjak |
| Helmut Tschemernjak | 74:66223d437a25 | 8 | * 30826 Garbsen (Hannover) Germany |
| Helmut Tschemernjak | 74:66223d437a25 | 9 | */ |
| Helmut Tschemernjak | 74:66223d437a25 | 10 | |
| Helmut Tschemernjak | 74:66223d437a25 | 11 | extern void dprintf(const char *format, ...); |
| Helmut Tschemernjak | 74:66223d437a25 | 12 | |
| Helmut Tschemernjak | 74:66223d437a25 | 13 | extern void dump(const char *title, const void *data, int len); |
| Helmut Tschemernjak | 74:66223d437a25 | 14 | |
| Helmut Tschemernjak | 74:66223d437a25 | 15 | #endif // __ARDUINO_UTIL_H__ |
| Helmut Tschemernjak | 74:66223d437a25 | 16 | |
| Helmut Tschemernjak | 74:66223d437a25 | 17 | #endif |

